updated config file

This commit is contained in:
A_D 2018-11-17 20:40:09 +02:00
parent 14023d09d0
commit 4e219d1f0e
No known key found for this signature in database
GPG Key ID: C242F3DD220FA945
1 changed files with 11 additions and 3 deletions

View File

@ -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"
]
}