19 lines
560 B
Plaintext
19 lines
560 B
Plaintext
# Copyright (C) 2012 Codership Oy
|
|
# This config file is to be sourced by garb service script.
|
|
|
|
# A comma-separated list of node addresses (address[:port]) in the cluster
|
|
# GALERA_NODES=""
|
|
|
|
# Galera cluster name, should be the same as on the rest of the nodes.
|
|
# GALERA_GROUP=""
|
|
|
|
# Optional Galera internal options string (e.g. SSL settings)
|
|
# see https://galeracluster.com/library/documentation/galera-parameters.html
|
|
# GALERA_OPTIONS=""
|
|
|
|
# Log file for garbd. Optional, by default logs to syslog
|
|
# LOG_FILE=""
|
|
|
|
# Where to persist necessary data
|
|
# WORK_DIR=""
|