dependencies added
Some checks failed
Cross Compile Go / build (push) Has been cancelled

This commit is contained in:
ilbinek
2026-07-09 14:41:50 +02:00
parent 0b3464c563
commit 0d07148db6
7 changed files with 241 additions and 36 deletions

View File

@@ -6,12 +6,12 @@ admin_secret: "123456789"
discord_webhook_url: ""
scraper_webhook_url: ""
db_driver: "sqlite"
db_driver: "postgres"
sqlite_path: "crawler.db"
# Set db_driver to "postgres" and provide either postgres_dsn
# or individual postgres_* fields.
postgres_dsn: ""
postgres_dsn: "postgresql://postgres:YaRvF8cQLKaXxDtakkvx@159.195.6.13:5432/dev"
postgres_host: ""
postgres_port: "5432"
postgres_user: "postgres"