Compare commits

..

No commits in common. "e78ebee8eced9de149647eed53057106d34f9c44" and "6a8d4ec5c8e003d49daa7cd204c126b34368900e" have entirely different histories.

2 changed files with 5 additions and 5 deletions

View file

@ -9,8 +9,8 @@ services:
- 'TZ=${TIMEZONE:-Europe/Moscow}'
- 'DB_HOST=${DATABASE_HOST:-host.docker.internal}'
- 'DB_PORT=${DATABASE_PORT:-3306}'
- 'DB_USER=${DATABASE_USER:-hedgedoc}'
- 'DB_PASS=${DATABASE_PASS}'
- 'DB_USER=hedgedoc'
- 'DB_PASS=<secret password>'
- 'DB_NAME=${DATABASE_NAME:-hedgedoc}'
- 'CMD_DOMAIN=${DOMAIN}'
#- 'CMD_URL_ADDPORT=false' #optional

View file

@ -14,9 +14,9 @@ DIR_CONFIG=./config
DATABASE_HOST=host.docker.internal
DATABASE_PORT=3306
#DATABASE_NAME=hedgedoc
#DATABASE_USER=hedgedoc
DATABASE_PASS=*ChangeMe*
DATABASE_NAME=
DATABASE_USER=
DATABASE_PASS
#DATABASE_DIALECT=postgres
TIMEZONE=Europe/Moscow