mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-15 01:14:53 +03:00
Create .mariadb
Adds mariadb settings to production.
This commit is contained in:
parent
4b3f3eee0d
commit
1133365222
7
{{cookiecutter.project_slug}}/.envs/.production/.mariadb
Normal file
7
{{cookiecutter.project_slug}}/.envs/.production/.mariadb
Normal 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!!!
|
Loading…
Reference in New Issue
Block a user