Added .env file for spee.ch container
This commit is contained in:
parent
29e7d8fffe
commit
08003e5c51
1 changed files with 8 additions and 0 deletions
8
www.spee.ch/.env
Normal file
8
www.spee.ch/.env
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue