Create gitea.env

This commit is contained in:
Руслан 2023-08-13 21:22:27 +06:00 committed by GitHub
parent e54f63d0f5
commit 64ae2f9c26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

9
gitea/gitea.env Normal file
View File

@ -0,0 +1,9 @@
USER_UID=1000
USER_GID=1000
GITEA__database__DB_TYPE=postgres
GITEA__database__HOST=git.fruw.org:5432
GITEA__database__NAME=gitea
GITEA__database__USER=gitea
GITEA__database__PASSWD=$GITEA_DB_PASSWORD
DISABLE_REGISTRATION=true
ENABLE_OPENID_SIGNIN=false