docker-ovh/codimd/resources/config.json

17 lines
373 B
JSON
Raw Normal View History

2019-07-22 11:42:17 +02:00
{
"production": {
2019-07-25 09:30:35 +02:00
"urlAddPort": true,
"email": true,
2019-07-22 11:42:17 +02:00
"db": {
2019-07-22 12:47:48 +02:00
"username": "codimd",
"password": "codimdpass",
"database": "codimd",
"host": "database",
2019-07-22 11:42:17 +02:00
"port": "5432",
"dialect": "postgres"
},
"imageUploadType": "filesystem",
2019-07-25 09:30:35 +02:00
"useSSL": false
2019-07-22 11:42:17 +02:00
}
}