chore: remove app config env

This commit is contained in:
oiov
2025-06-11 17:48:54 +08:00
parent 5ef68eec63
commit 94a79dd26b
21 changed files with 23 additions and 2620 deletions
+1 -3
View File
@@ -59,9 +59,7 @@ Copy/paste the `.env.example` in the `.env` file:
| GITHUB_SECRET | `123465` | The secret of the GitHub OAuth client. |
| RESEND_API_KEY | `123465` | The API key for Resend. |
| RESEND_FROM_EMAIL | `"you <support@your-domain.com>"` | The email address to send emails from. |
| NEXT_PUBLIC_OPEN_SIGNUP | `1` | Open signup. |
| NEXT_PUBLIC_ENABLE_SUBDOMAIN_APPLY | `0` | Enable subdomain apply. |
| SCREENSHOTONE_BASE_URL | `https://api.example.com` | pending |
| SCREENSHOTONE_BASE_URL | `https://api.example.com` | The base URL of the screenshotone API. |
| GITHUB_TOKEN | `ghp_sscsfarwetqet` | https://github.com/settings/tokens |
| SKIP_DB_CHECK | `false` | Skip database check. |
| SKIP_DB_MIGRATION | `false` | Skip database migration. |