diff --git a/.env.dist b/.env.dist index 48600ed..4e719e4 100644 --- a/.env.dist +++ b/.env.dist @@ -21,5 +21,5 @@ PAGE404="/templates/error/404.tpl" PAGE501="/templates/error/501.tpl" # Users environment -MYSQL_PARAM='{"host":"host.docker.internal", "user":"***user***", "pass":"***password***","base":"***basename***", "logsEnable":true}' +MYSQL_PARAM='{"host":"host.docker.internal", "user":"***user***", "pass":"***password***","base":"***basename***", "charset":"utf8mb4", "logsEnable":true}' REDIS_PARAM='{"host":"127.0.0.1","port":6379,"connectTimeout":2.5,"backoff":{"algorithm":1,"base":500,"cap":750}, "database":0, "defaultExpire":300}'