feat: add .env.example files

This commit is contained in:
grimhilt
2025-04-27 11:25:54 +00:00
parent 5b7b510b83
commit f9fb2e90cf
8 changed files with 44 additions and 28 deletions

7
gitea/.env.example Normal file
View File

@@ -0,0 +1,7 @@
GITEA_HOSTNAME=localhost
GITEA_WEB_PORT=3000
GITEA_SSH_PORT=22
MYSQL_ROOT_PASSWORD=password
MYSQL_DATABASE=database
MYSQL_USER=user
MYSQL_PASSWORD=password