10 lines
159 B
Bash
10 lines
159 B
Bash
# Set UID and GID From Git system user account here
|
|
GITEA_UID=106
|
|
GITEA_GID=113
|
|
|
|
# DB
|
|
POSTGRES_PASSWORD='Dn32ps$EmcGsw'
|
|
POSTGRES_DB=gitea
|
|
POSTGRES_USER=gitea
|
|
|