summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-03-18 12:46:57 -0400
committerChristopher Speller <crspeller@gmail.com>2016-03-21 09:31:47 -0400
commita0a102d26b057f0f45e3ecb2590fba3ca8201536 (patch)
tree429329c09ff56d31420bd010753530b34b120a6e /config
parent6d586c7309cb0ddaca6580dd1520aef4ff554fb5 (diff)
downloadchat-a0a102d26b057f0f45e3ecb2590fba3ca8201536.tar.gz
chat-a0a102d26b057f0f45e3ecb2590fba3ca8201536.tar.bz2
chat-a0a102d26b057f0f45e3ecb2590fba3ca8201536.zip
Redo of makefile. Build files no longer need to be modified for enterprise builds.
Diffstat (limited to 'config')
-rw-r--r--config/config.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/config.json b/config/config.json
index 1735ca293..65a61bb72 100644
--- a/config/config.json
+++ b/config/config.json
@@ -87,8 +87,8 @@
"InviteSalt": "bjlSR4QqkXFBr7TP4oDzlfZmcNuH9YoS",
"PasswordResetSalt": "vZ4DcKyVVRlKHHJpexcuXzojkE5PZ5eL",
"SendPushNotifications": false,
- "PushNotificationContents": "generic",
- "PushNotificationServer": ""
+ "PushNotificationServer": "",
+ "PushNotificationContents": "generic"
},
"RateLimitSettings": {
"EnableRateLimiter": true,
@@ -146,4 +146,4 @@
"Directory": "./data/",
"EnableDaily": false
}
-}
+} \ No newline at end of file