Documentation
  • Introduction
  • Getting Started
    • Quick Start
    • Medium Start
    • Long Start
  • Developpers
    • SDKs
      • JavaScript (web)
      • Node.js
      • React
      • PHP
      • Go
      • Python
    • Customization
      • Backend environment variables
      • Frontend environment variables
  • Community
    • Github
    • Contribution
Powered by GitBook
On this page
  1. Developpers
  2. Customization

Frontend environment variables

Modify the following ./packages/frontend/.env file to adjust the project behaviour to your needs:

# The backend API URL
BACKEND_URL=http://localhost:4000

# The secret key to generate the session token for Remix
SESSION_SECRET=abcd

# Do you allow people to create accounts from the registration page? Even when false, you can add people through the "Add member" feature
ALLOW_REGISTRATION=true

# If you want to connect to Progressively using your Okta instance, fill this environment variable and a button will appear on the signin page.
OKTA_ISSUER="YOUR_OKTA_ISSUER"
OKTA_CLIENT_ID="YOUR_OKTA_CLIENT_ID"
PreviousBackend environment variablesNextContribution

Last updated 2 years ago