Files
pdm/config.json.template

33 lines
805 B
Plaintext

{
"source_db": {
"driver": "{ODBC Driver 17 for SQL Server}",
"server": "source-server-name",
"database": "source-database-name",
"username": "your-username",
"password": "your-password",
"trusted_connection": false
},
"target_db": {
"driver": "{ODBC Driver 17 for SQL Server}",
"server": "target-server-name",
"database": "target-database-name",
"username": "your-username",
"password": "your-password",
"trusted_connection": false
},
"path_mapping": {
"target_root_folder": "DWS",
"case_sensitive": false
},
"migration": {
"duplicate_handling": "ignore",
"batch_size": 500,
"commit_interval": 10,
"document_status_batch_size": 5000
},
"configuration_mapping_overrides": {
"165": 11250,
"167": 11359
}
}