Environment Variables for local development and dev status

This commit is contained in:
2025-02-17 18:08:50 +01:00
parent 388475fafc
commit 83e78eb652
14 changed files with 206 additions and 0 deletions

7
env/development/.env.develop vendored Normal file
View 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