Environment Variables for local development and dev status
This commit is contained in:
7
env/development/.env.develop
vendored
Normal file
7
env/development/.env.develop
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
USER_UID=1000
|
||||
USER_GID=1000
|
||||
GITEA__database__DB_TYPE=postgres
|
||||
GITEA__database__HOST=db:5432
|
||||
GITEA__database__NAME=${GITEA_DB_NAME:-gitea}
|
||||
GITEA__database__USER=${GITEA_DB_USER:-gitea}
|
||||
GITEA__database__PASSWD=gitea-datenbank-passwort
|
Reference in New Issue
Block a user