From 0d926c760bd4c37d7dbc7999cd50e73048b4d2da Mon Sep 17 00:00:00 2001 From: sporada Date: Fri, 30 Apr 2021 14:26:36 +0200 Subject: [PATCH] Update 'osp/live.env.tpl' --- osp/live.env.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osp/live.env.tpl b/osp/live.env.tpl index c73454a..dbbaf77 100644 --- a/osp/live.env.tpl +++ b/osp/live.env.tpl @@ -11,7 +11,7 @@ REDIS_HOST_PASSWORD=password_redis # osp OSP_ROOT=/home/compute/services/osp -DB_URL=mysql://osp:password_db@osp-db:3306/osp # Change these according to above set parameters following this schema mysql://username:password@host:port/database +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