Skip to content

Environment variables

Émilien (perso) edited this page Dec 24, 2024 · 9 revisions
  • HOST:
    • Explanation: allow you to bind on a different interface
    • default: 127.0.0.1
  • PORT:
    • Explanation: allow you to bind on a different port
    • default: 8282
  • SERVER_SECRET_KEY:
    • Explanation:
      The secret key for Invidious companion, needs to be the same as invidious_companion_key from Invidious config.
      For security reasons, we do not recommend using the same as the HMAC_KEY.
    • example: a key for of a size of 16 characters
  • SERVER_BASE_URL:
Clone this wiki locally