mirror of
https://github.com/decompme/decomp.me.git
synced 2026-01-28 00:12:51 -06:00
9 lines
309 B
Bash
9 lines
309 B
Bash
DATABASE_URL=psql://decompme:decompme@postgres:5432/decompme
|
|
SECRET_KEY="django-insecure-nm#!8%zhc0wwi#m_*l9l)=m*6gs4&o_^-e5b5vj*k05&yaqc1"
|
|
DEBUG="on"
|
|
ALLOWED_HOSTS="backend,localhost,127.0.0.1"
|
|
USE_SANDBOX_JAIL="on"
|
|
SANDBOX_DISABLE_PROC="true"
|
|
COMPILER_BASE_PATH=/compilers
|
|
MEDIA_URL=http://localhost/media/
|