bindAPI/config.json.sample

11 lines
194 B
Plaintext
Raw Permalink Normal View History

2022-01-22 16:41:44 +01:00
{
2024-05-02 20:18:22 +02:00
"env": "prod",
2022-01-22 16:41:44 +01:00
"dbHost": "localhost",
"dbPort": 3306,
"dbDatabase": "sampledb",
"dbUser": "sampleuser",
"dbPassword": "secret",
2024-05-02 20:18:22 +02:00
"encryptionKey": "1bad::babe",
"debug": false
2022-01-23 18:45:55 +01:00
}