mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
fix: [kvrocks config] fix default dir
This commit is contained in:
parent
502004849b
commit
3ab8cb79c0
1 changed files with 5 additions and 5 deletions
|
@ -90,7 +90,7 @@ db-name change.me.db
|
||||||
#
|
#
|
||||||
# The DB will be written inside this directory
|
# The DB will be written inside this directory
|
||||||
# Note that you must specify a directory here, not a file name.
|
# Note that you must specify a directory here, not a file name.
|
||||||
dir /home/aurelien/git/ail-framework/DATA_KVROCKS
|
dir DATA_KVROCKS
|
||||||
|
|
||||||
# You can configure where to store your server logs by the log-dir.
|
# You can configure where to store your server logs by the log-dir.
|
||||||
# If you don't specify one, we will use the above `dir` as our default log directory.
|
# If you don't specify one, we will use the above `dir` as our default log directory.
|
||||||
|
@ -101,7 +101,7 @@ dir /home/aurelien/git/ail-framework/DATA_KVROCKS
|
||||||
# When running daemonized, kvrocks writes a pid file in ${CONFIG_DIR}/kvrocks.pid by
|
# When running daemonized, kvrocks writes a pid file in ${CONFIG_DIR}/kvrocks.pid by
|
||||||
# default. You can specify a custom pid file location here.
|
# default. You can specify a custom pid file location here.
|
||||||
# pidfile /var/run/kvrocks.pid
|
# pidfile /var/run/kvrocks.pid
|
||||||
pidfile /home/aurelien/git/ail-framework/DATA_KVROCKS/kvrocks.pid
|
pidfile DATA_KVROCKS/kvrocks.pid
|
||||||
|
|
||||||
# You can configure a slave instance to accept writes or not. Writing against
|
# You can configure a slave instance to accept writes or not. Writing against
|
||||||
# a slave instance may be useful to store some ephemeral data (because data
|
# a slave instance may be useful to store some ephemeral data (because data
|
||||||
|
@ -650,9 +650,9 @@ rocksdb.max_bytes_for_level_multiplier 10
|
||||||
################################ NAMESPACE #####################################
|
################################ NAMESPACE #####################################
|
||||||
# namespace.test change.me
|
# namespace.test change.me
|
||||||
|
|
||||||
backup-dir /home/aurelien/git/ail-framework/DATA_KVROCKS/backup
|
backup-dir DATA_KVROCKS/backup
|
||||||
fullsync-recv-file-delay 0
|
fullsync-recv-file-delay 0
|
||||||
log-dir /home/aurelien/git/ail-framework/DATA_KVROCKS
|
log-dir DATA_KVROCKS
|
||||||
unixsocketperm 26
|
unixsocketperm 26
|
||||||
|
|
||||||
|
|
||||||
|
@ -668,7 +668,7 @@ namespace.tag ail_tags
|
||||||
namespace.track ail_trackers
|
namespace.track ail_trackers
|
||||||
|
|
||||||
# investigation -> db ????
|
# investigation -> db ????
|
||||||
#
|
# ail2ail -> a2a ?????
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue