You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
DOMAIN_NAME=domain_name
|
|
# MYSQL DB
|
|
MYSQL_ROOT_PASSWORD=root_password
|
|
MYSQL_USER=user_name
|
|
MYSQL_PASSWORD=user_password
|
|
MYSQL_HOST=db_host # will usually be name of the mysql container
|
|
MYSQL_DB_NAME=db_name
|