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 = "w4"
|
|
logdir = "w4/log"
|
|
loglevel = "DEBUG"
|
|
rundir = "w4/run/gluster"
|
|
logfile = "w4.log"
|
|
peeraddress = "127.0.0.1:21008"
|
|
clientaddress = "127.0.0.1:21007"
|
|
etcdcurls = "http://127.0.0.1:2179"
|
|
etcdpurls = "http://127.0.0.1:2180"
|
|
restauth = true
|