summaryrefslogtreecommitdiff
path: root/config.json
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2025-01-06 03:11:42 +0100
committererdgeist <erdgeist@erdgeist.org>2025-01-06 03:11:42 +0100
commit780835e52c009f2ecbeca79f656b04577b8fcd64 (patch)
tree31b9165f8b6528392fe8bb87434a569ecf458756 /config.json
parent9498dc9d788c222485b8af64860128b4d33bb039 (diff)
Enforce a server secret in production
Diffstat (limited to 'config.json')
-rw-r--r--config.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.json b/config.json
index d34e97b..ab6374e 100644
--- a/config.json
+++ b/config.json
@@ -1,5 +1,6 @@
1{ 1{
2 "server-name": "halfnarp.events.ccc.de", 2 "server-name": "halfnarp.events.ccc.de",
3 "server-secret": "<YOUR SERVER SECRET HERE>",
3 "host": "127.0.0.1", 4 "host": "127.0.0.1",
4 "port": 5023, 5 "port": 5023,
5 "websocket-host": "localhost", 6 "websocket-host": "localhost",