forked from coop-cloud/gitea
Bootstrap Gitea repository
This commit is contained in:
14
.envrc.sample
Normal file
14
.envrc.sample
Normal file
@ -0,0 +1,14 @@
|
||||
export APP_INI_VERSION=v1
|
||||
export APP_NAME=gitea
|
||||
export DB_HOST=postgres:5432
|
||||
export DB_NAME=gitea
|
||||
export DB_PASSWD_VERSION=v1
|
||||
export DB_TYPE=postgres
|
||||
export DB_USER=gitea
|
||||
export DOMAIN=gitea.swarm.autonomic.zone
|
||||
export INTERNAL_TOKEN_VERSION=v1
|
||||
export JWT_SECRET_VERSION=v1
|
||||
export LETS_ENCRYPT_ENV=staging
|
||||
export SECRET_KEY_VERSION=v1
|
||||
export SSH_HOST_PORT=2222
|
||||
export STACK_NAME=gitea
|
Reference in New Issue
Block a user