APP_ENV=dev
APP_DEBUG=1
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=ArthurErlich
GITHUB_TOKEN=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

# GitLab (leave GITLAB_URL empty to use https://gitlab.com)
GITLAB_USER=
GITLAB_TOKEN=
GITLAB_URL=

# Gitea
GITEA_USER=haylan
GITEA_TOKEN=00978ce106e5291b521d3669b77dc897004f7a4b
GITEA_URL=https://git.arthurerlich.de
