summaryrefslogtreecommitdiffstats
path: root/config/config.json
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-09-22 12:31:01 -0700
committer=Corey Hulen <corey@hulen.com>2015-09-22 12:31:01 -0700
commite22e7b8b7b66f342c2df693bbfc06a85980d253e (patch)
tree8eddbc3001d3b35d0e21a4e29c2283ee265356ab /config/config.json
parentfc71869a9638dbb4a715f85680915cf1c12a1ae4 (diff)
downloadchat-e22e7b8b7b66f342c2df693bbfc06a85980d253e.tar.gz
chat-e22e7b8b7b66f342c2df693bbfc06a85980d253e.tar.bz2
chat-e22e7b8b7b66f342c2df693bbfc06a85980d253e.zip
Fixing bug in generating key length
Diffstat (limited to 'config/config.json')
-rw-r--r--config/config.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/config/config.json b/config/config.json
index 4b5a16300..32ec2d28b 100644
--- a/config/config.json
+++ b/config/config.json
@@ -22,7 +22,7 @@
"MaxIdleConns": 10,
"MaxOpenConns": 10,
"Trace": false,
- "AtRestEncryptKey": "7rAh6iwQCkV4cA1Gsg3fgGOXJAQ43QV"
+ "AtRestEncryptKey": "7rAh6iwQCkV4cA1Gsg3fgGOXJAQ43QVg"
},
"LogSettings": {
"EnableConsole": true,
@@ -36,7 +36,7 @@
"DriverName": "local",
"Directory": "./data/",
"EnablePublicLink": true,
- "PublicLinkSalt": "LhaAWC6lYEKHTkBKsvyXNIOfUIT37AX",
+ "PublicLinkSalt": "LhaAWC6lYEKHTkBKsvyXNIOfUIT37AXe",
"ThumbnailWidth": 120,
"ThumbnailHeight": 100,
"PreviewWidth": 1024,
@@ -60,8 +60,8 @@
"SMTPServer": "",
"SMTPPort": "",
"ConnectionSecurity": "",
- "InviteSalt": "bjlSR4QqkXFBr7TP4oDzlfZmcNuH9Yo",
- "PasswordResetSalt": "vZ4DcKyVVRlKHHJpexcuXzojkE5PZ5e",
+ "InviteSalt": "bjlSR4QqkXFBr7TP4oDzlfZmcNuH9YoS",
+ "PasswordResetSalt": "vZ4DcKyVVRlKHHJpexcuXzojkE5PZ5eL",
"ApplePushServer": "",
"ApplePushCertPublic": "",
"ApplePushCertPrivate": ""