mirror of
https://github.com/gluster/glusterd2.git
synced 2026-02-05 12:45:38 +01:00
...and remove examples from e2e test configurations. Signed-off-by: Prashanth Pai <ppai@redhat.com>
11 lines
257 B
TOML
11 lines
257 B
TOML
localstatedir = "w3"
|
|
logdir = "w3/log"
|
|
loglevel = "DEBUG"
|
|
rundir = "w3/run/gluster"
|
|
logfile = "w3.log"
|
|
peeraddress = "127.0.0.1:22008"
|
|
clientaddress = "127.0.0.1:22007"
|
|
etcdcurls = "http://127.0.0.1:2279"
|
|
etcdpurls = "http://127.0.0.1:2280"
|
|
restauth = true
|