bindAPI/config.json.sample

10 lines
199 B
Plaintext
Raw Normal View History

2022-01-22 16:41:44 +01:00
{
"dbHost": "localhost",
"dbPort": 3306,
"dbDatabase": "sampledb",
"dbUser": "sampleuser",
"dbPassword": "secret",
2022-09-17 16:25:24 +02:00
"encryptionKey": "12345678901234567890123456789012",
"debug": false
2022-01-23 18:45:55 +01:00
}