invidious-export-server/.env.example

14 lines
No EOL
397 B
Text

# Must be PostgreSQL
DATABASE_URL=postgres://kemal:kemal@[fc6c:b484:25b1:d25d::1]/invidious
# Generate using `openssl rand -hex 16`
QUART_SECRET_KEY=0359e1c42e06fbaa284567ef7dc0faae
# Any Invidious instance
ALTERNATIVE_INSTANCE_URL=https://redirect.invidious.io
# The amount of reverse proxies a request from a client is proxied through
PROXY_HOPS=0
# Whether to use RFC7239
PROXY_MODERN=false