Create .mariadb

Adds mariadb settings to production.
This commit is contained in:
Liquidgenius 2020-04-10 19:00:39 -07:00 committed by GitHub
parent 4b3f3eee0d
commit 1133365222
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,7 @@
# MariaDB
# ------------------------------------------------------------------------------
MYSQL_HOST=mysql
MYSQL_PORT=3306
MYSQL_DB={{ cookiecutter.project_slug }}
MYSQL_USER=!!!SET MYSQL_USER!!!
MYSQL_PASSWORD=!!!SET MYSQL_PASSWORD!!!