17 lines
No EOL
229 B
TOML
17 lines
No EOL
229 B
TOML
[server]
|
|
port = 8282
|
|
host = "127.0.0.1"
|
|
hmac_key = "CHANGE_ME"
|
|
base_url = "http://localhost:8282"
|
|
|
|
[cache]
|
|
enabled = true
|
|
|
|
[networking]
|
|
#proxy = ""
|
|
|
|
[jobs]
|
|
|
|
[jobs.youtube_session]
|
|
po_token_enabled = true
|
|
frequency = "*/5 * * * *" |