diff options
| author | Mitch Riedstra <mitch@riedstra.us> | 2017-11-10 20:44:21 -0500 |
|---|---|---|
| committer | Mitch Riedstra <mitch@riedstra.us> | 2017-11-10 20:44:21 -0500 |
| commit | 6155857dcd9a88d07756c465df42c5155c7183dc (patch) | |
| tree | e0f59809d0b52410188b42d9b6be74abe17d8ce5 /app/config-example.yml | |
| parent | 69d5a098f830128414f178d9382c65221f06e4bb (diff) | |
| download | dispatch-tracker-6155857dcd9a88d07756c465df42c5155c7183dc.tar.gz dispatch-tracker-6155857dcd9a88d07756c465df42c5155c7183dc.tar.xz | |
User registration works. User invites work but has no UI
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 361ae28..e5fffdf 100644 --- a/app/config-example.yml +++ b/app/config-example.yml @@ -35,6 +35,8 @@ SECRET_KEY: 'h$r_bwlp@#h#y#%&qhw-n=gb2%wva1d_h65+o94u&!a#%iv&lo' admins: - 'bob@example.com' +website_uri: 'http://localhost:8080' + ACCOUNT_ACTIVATION_DAYS: 7 # Email settings won't be loaded from this file if this is false |
