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>
This commit is contained in:
David Mehren 2021-03-06 10:34:22 +01:00
parent 4c9fc63884
commit bf0a7ebee7
No known key found for this signature in database
GPG key ID: 185982BA4C42B7C3
4 changed files with 2 additions and 31 deletions

View file

@ -46,10 +46,6 @@ if [ ! -f config.json ]; then
cp config.json.example config.json
fi
if [ ! -f .sequelizerc ]; then
cp .sequelizerc.example .sequelizerc
fi
echo "Installing packages..."
yarn install --pure-lockfile
yarn install --production=false --pure-lockfile
@ -61,7 +57,6 @@ Edit the following config file to setup HedgeDoc server and client.
Read more info at https://github.com/hedgedoc/hedgedoc#configuration-files
* config.json -- HedgeDoc config
* .sequelizerc -- db config
EOF
# change directory back