Files
reforger_crawler_main/config.yaml
ilbinek 0d07148db6
Some checks failed
Cross Compile Go / build (push) Has been cancelled
dependencies added
2026-07-09 14:41:50 +02:00

21 lines
509 B
YAML

server_port: "8083"
server_host: "localhost"
secret_key: "secret"
admin_secret: "123456789"
discord_webhook_url: ""
scraper_webhook_url: ""
db_driver: "postgres"
sqlite_path: "crawler.db"
# Set db_driver to "postgres" and provide either postgres_dsn
# or individual postgres_* fields.
postgres_dsn: "postgresql://postgres:YaRvF8cQLKaXxDtakkvx@159.195.6.13:5432/dev"
postgres_host: ""
postgres_port: "5432"
postgres_user: "postgres"
postgres_password: ""
postgres_db_name: "dev"
postgres_sslmode: "disable"