summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHoussam Haidar <houssam@sdelements.com>2015-02-22 23:43:41 -0600
committerHoussam Haidar <houssam@sdelements.com>2015-02-22 23:43:41 -0600
commit89dd988b1d820ab5d23d2108c89a89b11d9718d6 (patch)
treee033f41b8f5d4dc8fef21ea7fcbd330a88fc35a8
parent41d2a3720b363c4d177f69d6e59d48fa541e08d7 (diff)
parent933a224746bdd63672b769cc5ccaa45b0ff1dee9 (diff)
downloadlets-chat-89dd988b1d820ab5d23d2108c89a89b11d9718d6.zip
lets-chat-89dd988b1d820ab5d23d2108c89a89b11d9718d6.tar.gz
lets-chat-89dd988b1d820ab5d23d2108c89a89b11d9718d6.tar.bz2
Merge branch 'master' of github.com:sdelements/lets-chat
-rw-r--r--defaults.yml3
-rw-r--r--settings.yml.sample12
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