File: wforce3.conf

package info (click to toggle)
weakforced 3.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 3,196 kB
  • sloc: cpp: 20,397; python: 2,002; sh: 700; makefile: 432
file content (27 lines) | stat: -rw-r--r-- 969 bytes parent folder | download | duplicates (2)
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
addListener("0.0.0.0:8086", false, "", "", {})
setWebserverPassword("super")
setKey("MzfImn71m3bYrlPApe+PR7tY/RXoZ4IdpWvUc4o5OnQ=")
controlSocket("0.0.0.0:4106")

addListener("0.0.0.0:8186", true, "certs/server.crt", "certs/server.key", {})
setCurlClientCertAndKey("certs/client.crt", "certs/client.key")
setCurlCABundleFile("certs/root.pem")

blacklistPersistDB("redis", 6379)
blacklistRedisUsername("neil")
blacklistRedisPassword("barfoo")
blacklistPersistRWTimeout(0, 50000)
whitelistPersistDB("redis", 6379)
whitelistPersistRWTimeout(0, 50000)
whitelistRedisUsername("neil")
whitelistRedisPassword("barfoo")


setSiblingsWithKey({{"127.0.0.1:4001", "Ay9KXgU3g4ygK+qWT0Ut4gH8PPz02gbtPeXWPdjD0HE="}})
addSiblingWithKey("127.0.0.1:4004:tcp", "lykfkV/07VPMK80nLNOTWtlMsLz9y7X0r6t9zcFNTmE=");
siblingListener("0.0.0.0:4003")

addSyncHost("https://localhost:8184", "super", "127.0.0.1:4003", "https://localhost:8186")
setMinSyncHostUptime(10)

dofile("./wforce-tw.conf")