]> git.gir.st - subscriptionfeed.git/blob - config/config.ini
move flask secret_key to config.ini
[subscriptionfeed.git] / config / config.ini
1 [global]
2 database = /opt/yt/subscriptions.sqlite
3
4 [frontend]
5 # generate a base64 encoded secret key e.g. with `head -c32 /dev/urandom | base64`
6 # this secures the cookies and csrf tokens of the frontend.
7 secret_key =
8
9 [websub]
10 # how long to ask websub-provider for updates (cargo-culted from invidious; 5 * 24 * 60 * 60 = 5days):
11 lease = 432000
12 # public url of our webhook server without "/websub/v1/"...:
13 public_uri = http://delta.gir.st:8801
14 # secret string to sign websub responses and urls (not yet used, but may not be empty):
15 hmac_key = x
Imprint / Impressum