bindAPI/config.json.sample

10 lines
175 B
Plaintext
Raw Normal View History

2022-01-22 16:41:44 +01:00
{
"dbHost": "localhost",
"dbPort": 3306,
"dbDatabase": "sampledb",
"dbUser": "sampleuser",
"dbPassword": "secret",
2024-04-18 14:20:46 +02:00
"encryptionKey": "changeme",
"debug": false
2022-01-23 18:45:55 +01:00
}