Configuration
Ever Teams uses environment variables for all runtime configuration. The web application reads these from a .env file in the apps/web/ directory.
Getting Started
Copy the sample environment file:
cp apps/web/.env.sample apps/web/.env
Edit the .env file with your preferred settings.