1
0
Fork 0
mirror of https://github.com/KingDuckZ/dindexer.git synced 2024-11-25 00:53:43 +00:00
dindexer/dindexer.yml
King_DuckZ 3fe962a8e5 Make symlink to postgresql backend
This is helpful so when running dindexer in a dev environment you don't
need to list all the possible paths to every backend. Symlinks to all
backends will all be in the same place.
2016-06-06 20:24:05 +02:00

10 lines
231 B
YAML

%YAML 1.2
---
backend_name: postgresql
postgresql_settings:
username: your_username
password: your_password
dbname: dindexer
port: 5432
address: 200.100.200.100
backend_paths: path to your build_dir/src/backend