diff options
| author | Mitch Riedstra <mitch@riedstra.us> | 2017-11-10 21:08:11 -0500 |
|---|---|---|
| committer | Mitch Riedstra <mitch@riedstra.us> | 2017-11-10 21:08:11 -0500 |
| commit | 4d1ce945792648fca00d50ce18a61b775589d9ae (patch) | |
| tree | 3686b541946af10aae92ef104aa5cbd31483687f /app/config-example.yml | |
| parent | 6155857dcd9a88d07756c465df42c5155c7183dc (diff) | |
| download | dispatch-tracker-4d1ce945792648fca00d50ce18a61b775589d9ae.tar.gz dispatch-tracker-4d1ce945792648fca00d50ce18a61b775589d9ae.tar.xz | |
Working invites in the Driver's list page
Diffstat (limited to 'app/config-example.yml')
| -rw-r--r-- | app/config-example.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/config-example.yml b/app/config-example.yml index e5fffdf..09a23b9 100644 --- a/app/config-example.yml +++ b/app/config-example.yml @@ -35,6 +35,7 @@ SECRET_KEY: 'h$r_bwlp@#h#y#%&qhw-n=gb2%wva1d_h65+o94u&!a#%iv&lo' admins: - 'bob@example.com' +application_name: "Yo Momma's Dispatch Tracker" website_uri: 'http://localhost:8080' ACCOUNT_ACTIVATION_DAYS: 7 @@ -47,3 +48,4 @@ EMAIL_HOST_PASSWORD: p@$$w0rd9876543210 EMAIL_HOST_USER: django@example.com EMAIL_PORT: 2525 EMAIL_USE_TLS: True +DEFAULT_FROM_EMAIL: webmaster@localhost |
