رفع الملفات إلى "/"
هذا الالتزام موجود في:
2251
index.css
Normal file
2251
index.css
Normal file
تم حذف اختلاف الملف لأن الملف كبير جداً
تحميل الاختلاف
3366
index.js
Normal file
3366
index.js
Normal file
تم حذف اختلاف الملف لأن الملف كبير جداً
تحميل الاختلاف
4500
migrator.py
Normal file
4500
migrator.py
Normal file
تم حذف اختلاف الملف لأن الملف كبير جداً
تحميل الاختلاف
6
requirements.txt
Normal file
6
requirements.txt
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
Flask==2.3.3
|
||||||
|
Flask-CORS==4.0.0
|
||||||
|
boto3==1.28.25
|
||||||
|
psycopg2-binary==2.9.7
|
||||||
|
PyMySQL==1.1.0
|
||||||
|
cryptography
|
||||||
@@ -1,25 +1,11 @@
|
|||||||
# ==================== Source MySQL Configuration ====================
|
SRC_DB_HOST=localhost
|
||||||
SOURCE_MYSQL_HOST=localhost
|
SRC_DB_PORT=5432
|
||||||
SOURCE_MYSQL_PORT=3306
|
SRC_DB_USER=postgres
|
||||||
SOURCE_MYSQL_USER=root
|
SRC_DB_PASSWORD=secret123
|
||||||
SOURCE_MYSQL_PASSWORD=secret123
|
SRC_DB_NAME=sourcedb
|
||||||
SOURCE_MYSQL_DATABASE=sourcedb
|
SRC_DB_URI=postgresql://postgres:secret123@localhost:5432/sourcedb
|
||||||
SOURCE_MYSQL_CHARSET=utf8mb4
|
|
||||||
|
|
||||||
# Source SSL (اختياري)
|
DEST_AWS_ACCESS_KEY_ID=192.168.1.100
|
||||||
# SOURCE_MYSQL_SSL_CA=/path/to/ca.pem
|
DEST_AWS_SECRET_ACCESS_KEY=5432
|
||||||
# SOURCE_MYSQL_SSL_CERT=/path/to/cert.pem
|
DEST_AWS_REGION=admin
|
||||||
# SOURCE_MYSQL_SSL_KEY=/path/to/key.pem
|
DEST_AWS_ENDPOINT_URL=admin456
|
||||||
|
|
||||||
# ==================== Destination MySQL Configuration ====================
|
|
||||||
DEST_MYSQL_HOST=192.168.1.100
|
|
||||||
DEST_MYSQL_PORT=3306
|
|
||||||
DEST_MYSQL_USER=admin
|
|
||||||
DEST_MYSQL_PASSWORD=admin456
|
|
||||||
DEST_MYSQL_DATABASE=destdb
|
|
||||||
DEST_MYSQL_CHARSET=utf8mb4
|
|
||||||
|
|
||||||
# Destination SSL (اختياري)
|
|
||||||
# DEST_MYSQL_SSL_CA=/path/to/ca.pem
|
|
||||||
# DEST_MYSQL_SSL_CERT=/path/to/cert.pem
|
|
||||||
# DEST_MYSQL_SSL_KEY=/path/to/key.pem
|
|
||||||
|
|||||||
المرجع في مشكلة جديدة
حظر مستخدم