Add environment variables for GitHub, GitLab, Gitea, and allowed hosts configuration
This commit is contained in:
@@ -1,3 +1,21 @@
|
||||
APP_ENV=prod
|
||||
APP_DEBUG=0
|
||||
APP_SECRET=changeme_replace_with_random_32char_string
|
||||
|
||||
# Comma-separated list of allowed hostnames. Leave empty to allow all hosts.
|
||||
# Example: ALLOWED_HOSTS=example.com,www.example.com
|
||||
ALLOWED_HOSTS=
|
||||
|
||||
# GitHub
|
||||
GITHUB_USER=
|
||||
GITHUB_TOKEN=
|
||||
|
||||
# GitLab (leave GITLAB_URL empty to use https://gitlab.com)
|
||||
GITLAB_USER=
|
||||
GITLAB_TOKEN=
|
||||
GITLAB_URL=
|
||||
|
||||
# Gitea
|
||||
GITEA_USER=
|
||||
GITEA_TOKEN=
|
||||
GITEA_URL=
|
||||
|
||||
Reference in New Issue
Block a user