Add a note regarding config var documentation (#13345)
https://discord.com/channels/1130383047699738754/1397138267144720474 before: <img width="826" height="279" alt="Screenshot 2025-07-22 at 19 52 16" src="https://github.com/user-attachments/assets/35ce608d-f917-4ddd-ab37-0a8e5d7aab4d" /> after: <img width="869" height="404" alt="Screenshot 2025-07-22 at 19 51 57" src="https://github.com/user-attachments/assets/ec2c54f5-9ae2-4b1d-abd4-f0d816ffafb6" />
This commit is contained in:
@ -44,10 +44,10 @@ IS_CONFIG_VARIABLES_IN_DB_ENABLED=true # default
|
||||

|
||||
|
||||
<ArticleWarning>
|
||||
**Some configuration requires setting in .env:** Infrastructure like database connections (`PG_DATABASE_URL`), server URLs (`SERVER_URL`), and app secrets (`APP_SECRET`) can only be configured via `.env` file.
|
||||
Those configurations are marked as `isEnvOnly: true` in the source code.
|
||||
Each variable is documented with descriptions in your admin panel at **Settings → Admin Panel → Configuration Variables**.
|
||||
Some infrastructure settings like database connections (`PG_DATABASE_URL`), server URLs (`SERVER_URL`), and app secrets (`APP_SECRET`) can only be configured via `.env` file.
|
||||
|
||||
[See complete list of environment-only variables →](https://github.com/twentyhq/twenty/blob/main/packages/twenty-server/src/engine/core-modules/twenty-config/config-variables.ts)
|
||||
[Complete technical reference →](https://github.com/twentyhq/twenty/blob/main/packages/twenty-server/src/engine/core-modules/twenty-config/config-variables.ts)
|
||||
</ArticleWarning>
|
||||
|
||||
## 2. Environment-Only Configuration
|
||||
|
||||
Reference in New Issue
Block a user