1
0
Fork 0
mirror of https://github.com/KingDuckZ/dindexer.git synced 2025-02-21 12:34:56 +00:00
dindexer/dindexer.yml

10 lines
184 B
YAML
Raw Normal View History

%YAML 1.2
---
db_backend_name: postgresql
db_backend_settings:
username: your_username
password: your_password
dbname: dindexer
port: 5432
address: 200.100.200.100