This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user