Remove all content from config.json

Because of a bug in sequelize, the hardcoded name of the database in config.json was used with mysql/mariadb databases. This commit removes all content from config.json, so environment variables are always used. The file itself must still exist, as HedgeDoc does not start without a config file.

For details see https://github.com/hedgedoc/container/issues/136#issuecomment-747072862Signed-off-by: 's avatarDavid Mehren <git@herrmehren.de>
parent 88868013
{
"production": {
"urlAddPort": true,
"email": true,
"db": {
"username": "hedgedoc",
"password": "hedgedocpass",
"database": "hedgedoc",
"host": "hedgedocPostgres",
"port": "5432",
"dialect": "postgres"
}
}
}
{}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment