Add environment files, redacted
This commit is contained in:
parent
ff4a0334cd
commit
dc70df7014
18 changed files with 161 additions and 0 deletions
14
env-openeats
Normal file
14
env-openeats
Normal file
|
@ -0,0 +1,14 @@
|
|||
ALLOWED_HOST=recipes.theribbles.org
|
||||
API_PORT=8000
|
||||
API_URL=0.0.0.0:8000
|
||||
DJANGO_SECRET_KEY=secret
|
||||
HTTP_X_FORWARDED_PROTO=True
|
||||
MYSQL_DATABASE=openeats
|
||||
MYSQL_HOST=mysql
|
||||
MYSQL_PORT=3306
|
||||
MYSQL_ROOT_PASSWORD=secret
|
||||
MYSQL_USER=openeats_user
|
||||
NODE_API_URL=https://recipes.theribbles.org
|
||||
NODE_ENV=dev
|
||||
NODE_LOCALE=en
|
||||
NODE_URL=recipes.theribbles.org
|
Loading…
Add table
Add a link
Reference in a new issue