Commit 0e28e074 authored by Tobias Munk's avatar Tobias Munk

updated ENV defaults for database

parent 24719b7f
Pipeline #8436 failed with stages
......@@ -33,9 +33,9 @@ DOCS_API_PATHS = src,vendor/schmunk42,vendor/dmstr,vendor/codemix
#DB_PORT_3306_TCP_PORT = 3306
# Usage with tutum/mariadb and auto-setup of the database (works with external connections)
DB_ENV_MYSQL_DATABASE = dev-${APP_NAME}
DB_ENV_MYSQL_ROOT_USER = admin
DB_ENV_MYSQL_ROOT_PASSWORD = "${DB_ENV_MARIADB_PASS}"
DB_ENV_MYSQL_DATABASE = ${APP_NAME}
DB_ENV_MYSQL_USER = ${APP_NAME}
DB_ENV_MYSQL_PASSWORD = dev123
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment