mirror of
https://github.com/adulau/hashlookup-server.git
synced 2024-12-17 22:35:55 +00:00
chg: [config] don't flush db by default
This commit is contained in:
parent
aa58ad8152
commit
ac7ec00c97
1 changed files with 1 additions and 1 deletions
|
@ -33,6 +33,6 @@
|
||||||
"redis": {
|
"redis": {
|
||||||
"hostname": "127.0.0.1",
|
"hostname": "127.0.0.1",
|
||||||
"port": 6666,
|
"port": 6666,
|
||||||
"flushdb_on_init": 1
|
"flushdb_on_init": 0
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue