mirror of
https://github.com/KingDuckZ/dindexer.git
synced 2024-11-25 00:53:43 +00:00
Update sample config with dummy Redis settings.
This commit is contained in:
parent
53f9e72172
commit
0e31aa7ea0
1 changed files with 10 additions and 0 deletions
10
dindexer.yml
10
dindexer.yml
|
@ -8,4 +8,14 @@ postgresql_settings:
|
|||
dbname: dindexer
|
||||
port: 5432
|
||||
address: 200.100.200.100
|
||||
|
||||
redis_settings:
|
||||
connection:
|
||||
address: 200.100.200.100
|
||||
port: 6379
|
||||
|
||||
script_paths:
|
||||
- /home/duckz/dev/build/dindexer/Debug/src/backends/redis/lua
|
||||
- /home/duckz/dev/build/dindexer/Release/src/backends/redis/lua
|
||||
|
||||
backend_paths: path to your build_dir/src/backend
|
||||
|
|
Loading…
Reference in a new issue