Fix database connection

This commit is contained in:
Stephan Porada
2021-04-30 15:48:17 +02:00
parent 849a45a24d
commit d573b93f10
2 changed files with 4 additions and 3 deletions

View File

@@ -11,7 +11,6 @@ REDIS_HOST_PASSWORD=password_redis
# osp
OSP_ROOT=/home/compute/services/osp
DB_URL=mysql+pymysql://osp:password_db@osp-db/osp?charset=utf8mb4 # Change these according to above set parameters following this schema mysql+pymysql://username:password@localhost/osp?charset=utf8mb4
FLASK_SECRET=very_secret_key_change_me
FLASK_SALT=very_secret_salt_key_change_me
REDIS_PASSWORD=password_redis
@@ -19,4 +18,4 @@ OSP_ALLOWREGISTRATION=False
OSP_REQUIREVERIFICATION=False
# Traefik
DOMAIN=domain.com
DOMAIN=domain.com