af5fec11ff
* developers can use --target symposion_dev to get a responsive site that reads from their homedir and reacts to changed files instantly * without a specified target the default is to build the prod image, which is identical except for running uwsgi instead of the django built-in server * Enable debug when running in a developer's test environment * Remove the makemigrations script and dockerfile
8 lines
No EOL
346 B
Text
8 lines
No EOL
346 B
Text
DJANGO_SECRET_KEY=5CEA51A5-A613-4AEF-A9FB-D0A57D77C13B
|
|
STRIPE_PUBLIC_KEY=5CEA51A5-A613-4AEF-A9FB-D0A57D77C13B
|
|
STRIPE_SECRET_KEY=5CEA51A5-A613-4AEF-A9FB-D0A57D77C13B
|
|
GCS_BUCKET=5CEA51A5-A613-4AEF-A9FB-D0A57D77C13B
|
|
GOOGLE_APPLICATION_CREDENTIALS=/dev/null
|
|
DATABASE_URL=sqlite:////tmp/symposion.sqlite
|
|
SYMPOSION_DEV_MODE=LAPTOP
|
|
SYMPOSION_APP_DEBUG=1 |