Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
config_example.json 426 B
{

    "dbServer": "localhost:8889",
    "dbName": "yapexTestDb",
    "dbUser": "tester",
    "dbPw": "mysqlpassword2",
    "dbPLangTableName": "plangs",
    "dbTraceTableName": "traceLog",

    "insertTraceLogs": true,

    "useConfigFromDb": true,
    "dbConfigServer": "localhost:8889",
    "dbConfigName": "yapexTestDb",
    "dbConfigUser": "tester",
    "dbConfigPw": "mysqlpassword2",
    "dbConfigTableName": "config"
}