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

15 lines
384 B
Plaintext
Raw Normal View History

2020-06-17 06:21:19 +00:00
export APP_INI_VERSION=v1
export APP_NAME=gitea
2020-06-23 09:10:33 +00:00
export DB_HOST=mariadb:3306
2020-06-17 06:21:19 +00:00
export DB_NAME=gitea
export DB_PASSWD_VERSION=v1
2020-06-23 09:10:33 +00:00
export DB_TYPE=mysql
2020-06-17 06:21:19 +00:00
export DB_USER=gitea
export DOMAIN=gitea.swarm.autonomic.zone
export INTERNAL_TOKEN_VERSION=v1
export JWT_SECRET_VERSION=v1
2020-06-23 09:10:33 +00:00
export LETS_ENCRYPT_ENV=production
2020-06-17 06:21:19 +00:00
export SECRET_KEY_VERSION=v1
export SSH_HOST_PORT=2222
export STACK_NAME=gitea