18 lines
687 B
JSON
18 lines
687 B
JSON
{
|
|
"mysql": {
|
|
"host": "147.93.98.152",
|
|
"user": "devuser",
|
|
"password": "AppUser@123$",
|
|
"database": "MarcoBMSProd",
|
|
"table": "Documents"
|
|
},
|
|
"aws": {
|
|
"aws_access_key_id": "AKIARZDBH3VDKXLBMDX6",
|
|
"aws_secret_access_key": "ZEnwQuN9vWi+KodD+gvNEz46VCZ6/4ue3UKLbTTs",
|
|
"aws_region": "us-east-1",
|
|
"source_bucket": "testenv-marco-pms-documents",
|
|
"destination_bucket": "prodenv-marco-pms-documents",
|
|
"destination_key_prefix": "",
|
|
"destination_key_prefix_how": "IMPORTANT: The original S3Key (e.g., 'reports/2024/doc.pdf') will be APPENDED to this prefix, preserving the path structure. Resulting Key: 'migrated_files/reports/2024/doc.pdf'"
|
|
}
|
|
} |