diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2025-01-06 03:11:42 +0100 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2025-01-06 03:11:42 +0100 |
| commit | 780835e52c009f2ecbeca79f656b04577b8fcd64 (patch) | |
| tree | 31b9165f8b6528392fe8bb87434a569ecf458756 /config.json | |
| parent | 9498dc9d788c222485b8af64860128b4d33bb039 (diff) | |
Enforce a server secret in production
Diffstat (limited to 'config.json')
| -rw-r--r-- | config.json | 1 |
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", |
