diff options
author | Houssam Haidar <haidar647@gmail.com> | 2015-02-23 00:00:55 -0500 |
---|---|---|
committer | Houssam Haidar <haidar647@gmail.com> | 2015-02-23 00:00:55 -0500 |
commit | 933a224746bdd63672b769cc5ccaa45b0ff1dee9 (patch) | |
tree | e1047c53a0a82dd3b809d53652a52fd2847d9162 | |
parent | c086f3a63b55c7a857dad9ada294e6a828914a37 (diff) | |
parent | dea7b83a42363f4e3422d08279c5d323806f0e3c (diff) | |
download | lets-chat-933a224746bdd63672b769cc5ccaa45b0ff1dee9.zip lets-chat-933a224746bdd63672b769cc5ccaa45b0ff1dee9.tar.gz lets-chat-933a224746bdd63672b769cc5ccaa45b0ff1dee9.tar.bz2 |
Merge pull request #301 from sdelements/fix/settings
Update sample settings
-rw-r--r-- | defaults.yml | 3 | ||||
-rw-r--r-- | settings.yml.sample | 12 |
2 files changed, 1 insertions, 14 deletions
diff --git a/defaults.yml b/defaults.yml index 0aba650..c707a62 100644 --- a/defaults.yml +++ b/defaults.yml @@ -44,7 +44,6 @@ files: - 'image/jpeg' - 'image/png' - 'image/gif' - local: dir: uploads @@ -52,9 +51,7 @@ auth: throttling: enable: true threshold: 3 - providers: [local] # [local, kerberos, ldap] - You can specify the order - local: enableRegistration: true passwordRegex: ^.{8,64}$ diff --git a/settings.yml.sample b/settings.yml.sample index 31f08c6..8611313 100644 --- a/settings.yml.sample +++ b/settings.yml.sample @@ -4,7 +4,7 @@ # See defaults.yml for all available options # -env: development # development / production +env: production # development / production http: enable: true @@ -34,18 +34,8 @@ database: secrets: cookie: secretsauce - local: - dir: uploads - - s3: - accessKeyId: - secretAccessKey: - bucket: - region: - auth: providers: [local] - local: enableRegistration: true salt: secretsauce # Required when upgrading from version < 0.3 |