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