Add environment files, redacted
This commit is contained in:
parent
ff4a0334cd
commit
dc70df7014
18 changed files with 161 additions and 0 deletions
7
env-gitea
Normal file
7
env-gitea
Normal file
|
@ -0,0 +1,7 @@
|
|||
GITEA__service__DISABLE_REGISTRATION=true
|
||||
GITEA__mailer__ENABLED=true
|
||||
GITEA__database__DB_TYPE=postgres
|
||||
GITEA__database__HOST=postgresql:5432
|
||||
GITEA__database__NAME=gitea
|
||||
GITEA__database__USER=gitea_user
|
||||
GITEA__database__PASSWD=secret
|
Loading…
Add table
Add a link
Reference in a new issue