Update migration_data_protection.py
This commit is contained in:
@ -254,7 +254,7 @@ def main():
|
|||||||
|
|
||||||
# データベース接続設定
|
# データベース接続設定
|
||||||
source_config = {
|
source_config = {
|
||||||
'host': 'localhost',
|
'host': 'postgres-db',
|
||||||
'port': 5432,
|
'port': 5432,
|
||||||
'database': 'gifuroge',
|
'database': 'gifuroge',
|
||||||
'user': 'admin',
|
'user': 'admin',
|
||||||
@ -262,7 +262,7 @@ def main():
|
|||||||
}
|
}
|
||||||
|
|
||||||
target_config = {
|
target_config = {
|
||||||
'host': 'localhost',
|
'host': 'postgres-db',
|
||||||
'port': 5432,
|
'port': 5432,
|
||||||
'database': 'rogdb',
|
'database': 'rogdb',
|
||||||
'user': 'admin',
|
'user': 'admin',
|
||||||
|
|||||||
@ -79,3 +79,6 @@ pandas
|
|||||||
reportlab
|
reportlab
|
||||||
networkx
|
networkx
|
||||||
haversine
|
haversine
|
||||||
|
|
||||||
|
piexif==1.1.3
|
||||||
|
Pillow>=8.0.0
|
||||||
|
|||||||
Reference in New Issue
Block a user