14 lines
253 B
Plaintext
14 lines
253 B
Plaintext
TZ=America/Chicago
|
|
|
|
# User/group for gitea
|
|
PUID=1000
|
|
PGID=1000
|
|
|
|
# Gitea
|
|
GITEA_ROOT_URL=https://gitea.yourdomain.com
|
|
|
|
# Gitea postgres — must match databases initdb/01-create-databases.sql
|
|
GITEA_DB_NAME=gitea
|
|
GITEA_DB_USER=gitea
|
|
GITEA_DB_PASS=changeme
|