-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample-credentials.json
51 lines (44 loc) · 1.33 KB
/
example-credentials.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"configVersion": 2,
"loginUsers": [
{
"userid": 1,
"user": "user1",
"name": "Bob Smith",
"hash": "---BCRYPT-HASH-GOES-HERE---"
}
],
"securityContact": "mailto:security@example.com",
"securityExpires": "Fri, 1 Apr 2022 08:00:00 -0600",
"serverTlsKey": "/home/user1/tls/privkey.pem",
"serverTlsCert": "/home/user1/tls/fullchain.pem",
"tls": true,
"port": 3003,
"pidFilename": "/home/user1/tmp/ircHybridClient.PID",
"instanceNumber": 1,
"logRotationInterval": "7d",
"logRotationSize": "1M",
"accessLogOnlyErrors": false,
"sessionRollingCookie": true,
"sessionExpireAfterSec": 604800,
"cookieSecret": "---COOKIE-SECRET-GOES-HERE---",
"sessionEnableRedis": false,
"sessionRedisPrefix": "irc001:",
"sessionRedisPassword": "",
"enableRemoteLogin": false,
"remoteAuthHost": "http://127.0.0.1:3500",
"remoteCallbackHost": "http://localhost:3003",
"remoteClientId": "irc_client_1",
"remoteClientSecret": "---CLIENT-SECRET-GOES-HERE---",
"remoteScope": "irc.all",
"disableServerListEditor": false,
"persistIrcMessageCache": false,
"ircSocketLocalAddress": "",
"serveHtmlHelpDocs": false,
"customBeepSounds": false,
"enableSocks5Proxy": false,
"socks5Host": "127.0.0.1",
"socks5Port": 12345,
"socks5Username": "socksuser1",
"socks5Password": "xxxxxxxx"
}