From 4e219d1f0e9a31063ed0eeab0fed1b46769c971a Mon Sep 17 00:00:00 2001 From: A_D Date: Sat, 17 Nov 2018 20:40:09 +0200 Subject: [PATCH] updated config file --- config.json.example | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/config.json.example b/config.json.example index ced6099..eb8bae0 100644 --- a/config.json.example +++ b/config.json.example @@ -1,5 +1,13 @@ { - "secret": "superSecretSecretIsSecret", - "bind_host": "127.0.0.1", - "bind_port": "5000" + "secret": "superSecretSecretIsSecret", + "bind_host": "127.0.0.1", + "bind_port": "5000", + "nick": "ADGitea", + "ident": "gitea", + "realname": "gitea", + "ns_nick": "", + "ns_passwd": "", + "chans_to_join": [ + "#ferricyanide" + ] }