mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-15 01:14:53 +03:00
Update .mariadb
Adds MariaDB/MySql settings.
This commit is contained in:
parent
ac74ac5c44
commit
14b942c8d9
|
@ -1 +1,8 @@
|
|||
|
||||
# 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