This repository has been archived on 2021-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
gitea/.envrc.sample

29 lines
817 B
Plaintext
Raw Normal View History

2020-12-29 16:19:21 +00:00
export APP=gitea
export STACK_NAME=gitea
export DOMAIN=git.autonomic.zone
export LETS_ENCRYPT_ENV=production
export GITEA_DOMAIN=git.autonomic.zone
export GITEA_ALLOW_ONLY_EXTERNAL_REGISTRATION=true
export GITEA_APP_NAME=Git with solidaritea
export GITEA_AUTO_WATCH_NEW_REPOS=false
export GITEA_DISABLE_REGISTRATION=false
export GITEA_ENABLE_NOTIFY_MAIL=true
export GITEA_ENABLE_OPENID_SIGNIN=true
export GITEA_ENABLE_OPENID_SIGNUP=true
export GITEA_MAILER_FROM=noreply@autonomic.zone
export GITEA_MAILER_HOST=mail.gandi.net:465
export GITEA_MAILER_USER=noreply@autonomic.zone
export GITEA_SSH_PORT=2222
export APP_INI_VERSION=v2
2020-06-17 06:21:19 +00:00
export DB_PASSWD_VERSION=v1
2020-12-29 16:19:21 +00:00
export DB_ROOT_PASSWD_VERSION=v1
2020-06-17 06:21:19 +00:00
export INTERNAL_TOKEN_VERSION=v1
export JWT_SECRET_VERSION=v1
export SECRET_KEY_VERSION=v1
2020-12-29 16:19:21 +00:00
export SMTP_PASSWD_VERSION=v1