diff options
| author | Mitch Riedstra <mitch@riedstra.us> | 2017-10-31 22:53:29 -0400 |
|---|---|---|
| committer | Mitch Riedstra <mitch@riedstra.us> | 2017-10-31 22:53:29 -0400 |
| commit | b7d282a8ba5f0ed6c773989c96c2182257cc69a5 (patch) | |
| tree | 49c8047397a194fa608c629b883193a164890b64 /app/config.yml | |
| parent | 4b191cb3d2c0502088e396a71147e0423e6ecb90 (diff) | |
| download | dispatch-tracker-b7d282a8ba5f0ed6c773989c96c2182257cc69a5.tar.gz dispatch-tracker-b7d282a8ba5f0ed6c773989c96c2182257cc69a5.tar.xz | |
Some changes to make deployment easier
Diffstat (limited to 'app/config.yml')
| -rw-r--r-- | app/config.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app/config.yml b/app/config.yml index 66ac993..8c39278 100644 --- a/app/config.yml +++ b/app/config.yml @@ -25,3 +25,13 @@ allowed_hosts: - 127.0.0.1 static_root: '/full/path/to/static/root' + +debug: True + +# CHANGE THIS BEFORE USING IN PRODUCTION +SECRET_KEY: 'h$r_bwlp@#h#y#%&qhw-n=gb2%wva1d_h65+o94u&!a#%iv&lo' + +# These people will be emailed if debug = false +admins: + - 'bob@example.com' + |
