mirror of
https://github.com/KingDuckZ/dindexer.git
synced 2024-11-29 01:33:46 +00:00
11 lines
267 B
YAML
11 lines
267 B
YAML
%YAML 1.2
|
|
---
|
|
backend_name: postgresql
|
|
postgresql_settings:
|
|
connection:
|
|
username: your_username
|
|
password: your_password
|
|
dbname: dindexer
|
|
port: 5432
|
|
address: 200.100.200.100
|
|
backend_paths: path to your build_dir/src/backend
|