diff options
| author | Mitch Riedstra <Mitch@riedstra.us> | 2017-11-10 15:25:29 -0500 |
|---|---|---|
| committer | Mitch Riedstra <Mitch@riedstra.us> | 2017-11-10 15:25:29 -0500 |
| commit | 69d5a098f830128414f178d9382c65221f06e4bb (patch) | |
| tree | 0a0d6346d5b39634e19ce01689498d9ccf4e867c /app/config-example.yml | |
| parent | c80bafec506beef3184381ae7f9b55edd438e45a (diff) | |
| download | dispatch-tracker-69d5a098f830128414f178d9382c65221f06e4bb.tar.gz dispatch-tracker-69d5a098f830128414f178d9382c65221f06e4bb.tar.xz | |
Initial version of registration system--needs work
Diffstat (limited to 'app/config-example.yml')
| -rw-r--r-- | app/config-example.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/config-example.yml b/app/config-example.yml index 7954e08..361ae28 100644 --- a/app/config-example.yml +++ b/app/config-example.yml @@ -35,7 +35,7 @@ SECRET_KEY: 'h$r_bwlp@#h#y#%&qhw-n=gb2%wva1d_h65+o94u&!a#%iv&lo' admins: - 'bob@example.com' - +ACCOUNT_ACTIVATION_DAYS: 7 # Email settings won't be loaded from this file if this is false SET_EMAIL: False |
