Environment Variables Configuration
Detailed explanation of project environment variables
Environment Variables Configuration
The project includes an .env.example file, which you can use as a reference for configuration.
Always remember NOT to commit
.env files containing real keys to the code repository!Core Configuration
| Variable Name | Description | Example |
|---|---|---|
DATABASE_URL | Database connection string | postgresql://user:pass@localhost:5432/db |
BETTER_AUTH_SECRET | Authentication secret key | random_string_here |
NEXT_PUBLIC_APP_URL | Application access URL | http://localhost:3000 |
Feature Switches
You can enable or disable specific feature modules as needed.