hedgedoc/bin/heroku
David Mehren bf0a7ebee7
Remove .sequelizerc
After https://github.com/hedgedoc/hedgedoc/pull/969 was merged,
a separate configuration file for the sequelize-cli is no longer
required.

Signed-off-by: David Mehren <git@herrmehren.de>
2021-03-06 10:34:22 +01:00

12 lines
78 B
Bash
Executable file

#!/bin/bash
set -e
cat << EOF > config.json
{
"production": {
}
}
EOF