From b8ec313deba26a705860df8aa500fa370b4a2d95 Mon Sep 17 00:00:00 2001 From: Melli <75690100+mel-byond@users.noreply.github.com> Date: Sat, 9 Jan 2021 11:50:36 +0200 Subject: [PATCH] Change .env file to the actual container envvars --- config/docker/mysql.env.example | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/config/docker/mysql.env.example b/config/docker/mysql.env.example index f9eb87493ce..73b37b08fd0 100644 --- a/config/docker/mysql.env.example +++ b/config/docker/mysql.env.example @@ -1,8 +1,6 @@ # MySQL database root password -db_password=SUPERSEKRETOMYGOD -# MySQL database name -db_name=virgo +MYSQL_ROOT_PASSWORD=SUPERSEKRETOMYGOD # MySQL login username -dbuser_username=sillyusername +MYSQL_USERNAME=sillyusername # MySQL login password -dbuser_password=somekindofpassword \ No newline at end of file +MYSQL_PASSWORD=somekindofpassword