From ee9b46d221fc6a78a964b783d54ba60175482ce4 Mon Sep 17 00:00:00 2001 From: Leopere Date: Sun, 30 Sep 2018 16:20:19 -0400 Subject: [PATCH] Added .env file for spee.ch container --- www.spee.ch/.env | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 www.spee.ch/.env diff --git a/www.spee.ch/.env b/www.spee.ch/.env new file mode 100644 index 0000000..ad3cb83 --- /dev/null +++ b/www.spee.ch/.env @@ -0,0 +1,8 @@ +COMPOSE_PROJECT_NAME=speech +## This value can generally be left alone in a default setup. +MYSQL_SERVER=10.5.0.8 +## Update the rest of these if possible. +MYSQL_USER=replaceme +MYSQL_PASSWORD=REPLACEME +MYSQL_DATABASE=speech +MYSQL_ROOT_PASSWORD=REPLACEME