interledger / rafiki

An open-source, comprehensive Interledger service for wallet providers, enabling them to provide Interledger functionality to their users.

Home Page:https://rafiki.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[auth]: update env vars and remove defaults

sabineschaller opened this issue · comments

Auth defaults:

  • IDENTITY_SERVER_DOMAIN: <None>
    • Rename to IDENTITY_SERVER_URL
  • AUTH_SERVER_DOMAIN: <None>
  • Rename AUTH_SERVER_DOMAIN to AUTH_SERVER_URL
  • IDENTITY_SERVER_SECRET: <None>
  • COOKIE_KEY: <None>

Todos

  • update defaults
  • make sure container does not start if variables are not set
  • set variables in playground docker-compose
  • improve documentation of env variables