This commit is contained in:
27
config.yaml
27
config.yaml
@@ -1,7 +1,20 @@
|
||||
port: 8083
|
||||
ip: "localhost"
|
||||
secret: "secret"
|
||||
db: "crawler.db"
|
||||
discordWebhook: ""
|
||||
scraperWebhook: ""
|
||||
adminSecret: "123456789"
|
||||
server_port: "8083"
|
||||
server_host: "localhost"
|
||||
secret_key: "secret"
|
||||
admin_secret: "123456789"
|
||||
|
||||
discord_webhook_url: ""
|
||||
scraper_webhook_url: ""
|
||||
|
||||
db_driver: "sqlite"
|
||||
sqlite_path: "crawler.db"
|
||||
|
||||
# Set db_driver to "postgres" and provide either postgres_dsn
|
||||
# or individual postgres_* fields.
|
||||
postgres_dsn: ""
|
||||
postgres_host: ""
|
||||
postgres_port: "5432"
|
||||
postgres_user: "postgres"
|
||||
postgres_password: ""
|
||||
postgres_db_name: "dev"
|
||||
postgres_sslmode: "disable"
|
||||
|
||||
Reference in New Issue
Block a user