Created
May 9, 2022 13:18
-
-
Save buecktobias/3ce12b81337d23b36b3eb62ac42b6650 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"__comment__": "In dieser Konfigurations Datei, werden die Verbindungsdaten für die Datenbank gespeichert und die Spalten welche geändert werden sollen", | |
"HOST": "support-dev.vianova.coop", | |
"central_db": { | |
"host": "support-dev.vianova.coop", | |
"db": "otobo", | |
"user": "otobo", | |
"password": "GdhSG2gufgF2nKPK", | |
"port": 2000, | |
"customer_user_table": "CON_Driver_otobo" | |
}, | |
"otobo_db": { | |
"host": "support-dev.vianova.coop", | |
"db": "otobo", | |
"user": "otobo", | |
"password": "UcYnQft2GvmJFtbA", | |
"port": 3306, | |
"customer_user_table": "customer_user" | |
}, | |
"primary_key_otobo" : "user_id", | |
"primary_key_central" : "userId", | |
"columns": [ | |
{ | |
"central_db_name": "userId", | |
"otobo_db_name": "user_id" | |
}, | |
{ | |
"central_db_name": "instanceId", | |
"otobo_db_name": "instance_id" | |
}, | |
{ | |
"central_db_name": "webUrl", | |
"otobo_db_name": "web_url" | |
}, | |
{ | |
"central_db_name": "brand", | |
"otobo_db_name": "brand" | |
}, | |
{ | |
"central_db_name": "coopName", | |
"otobo_db_name": "coop_name" | |
}, | |
{ | |
"central_db_name": "infoUrl", | |
"otobo_db_name": "info_url" | |
}, | |
{ | |
"central_db_name": "serviceEmail", | |
"otobo_db_name": "service_email" | |
}, | |
{ | |
"central_db_name": "sharingOperator", | |
"otobo_db_name": "sharing_operator" | |
}, | |
{ | |
"central_db_name": "type", | |
"otobo_db_name": "type" | |
}, | |
{ | |
"central_db_name": "title", | |
"otobo_db_name": "title" | |
}, | |
{ | |
"central_db_name": "firstName", | |
"otobo_db_name": "first_name" | |
}, | |
{ | |
"central_db_name": "lastName", | |
"otobo_db_name": "last_name" | |
}, | |
{ | |
"central_db_name": "displayName", | |
"otobo_db_name": "display_name" | |
}, | |
{ | |
"central_db_name": "emailAddress", | |
"otobo_db_name": "login" | |
}, | |
{ | |
"central_db_name": "emailAddress", | |
"otobo_db_name": "email" | |
}, | |
{ | |
"central_db_name": "validId", | |
"otobo_db_name": "valid_id" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment