feat: add .env.example files
This commit is contained in:
7
gitea/.env.example
Normal file
7
gitea/.env.example
Normal 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
|
||||
Reference in New Issue
Block a user