Bootstrap Weirsøe Party Protocol with initial game model and workflow
This commit is contained in:
12
infra/env/.env.prod.example
vendored
Normal file
12
infra/env/.env.prod.example
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
DJANGO_SECRET_KEY=change-me-prod
|
||||
DJANGO_DEBUG=false
|
||||
DJANGO_ALLOWED_HOSTS=party.weircon.dk
|
||||
DB_ENGINE=django.db.backends.mysql
|
||||
DB_NAME=wpp_prod
|
||||
DB_USER=wpp_prod
|
||||
DB_PASSWORD=change-me
|
||||
DB_HOST=127.0.0.1
|
||||
DB_PORT=3306
|
||||
TEST_DB_NAME=
|
||||
CHANNEL_REDIS_HOST=127.0.0.1
|
||||
CHANNEL_REDIS_PORT=6379
|
||||
12
infra/env/.env.test.example
vendored
Normal file
12
infra/env/.env.test.example
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
DJANGO_SECRET_KEY=change-me-test
|
||||
DJANGO_DEBUG=true
|
||||
DJANGO_ALLOWED_HOSTS=*
|
||||
DB_ENGINE=django.db.backends.mysql
|
||||
DB_NAME=wpp_test
|
||||
DB_USER=wpp_test
|
||||
DB_PASSWORD=change-me
|
||||
DB_HOST=127.0.0.1
|
||||
DB_PORT=3306
|
||||
TEST_DB_NAME=wpp_test
|
||||
CHANNEL_REDIS_HOST=127.0.0.1
|
||||
CHANNEL_REDIS_PORT=6379
|
||||
Reference in New Issue
Block a user