updated formattings of env files
This commit is contained in:
7
env/development/.env.develop
vendored
7
env/development/.env.develop
vendored
@@ -1,3 +1,7 @@
|
||||
# ----------------------------------
|
||||
# GITEA
|
||||
# ----------------------------------
|
||||
|
||||
USER_UID=1000
|
||||
USER_GID=1000
|
||||
|
||||
@@ -10,6 +14,9 @@ GITEA_MYSQL_PASSWORD=very-difficult-gitea
|
||||
GITEA_MYSQL_DATABASE=gitea
|
||||
GITEA_MYSQL_ALLOW_EMPTY_PASSWORD=true
|
||||
|
||||
# ----------------------------------
|
||||
# GITEA DB
|
||||
# ----------------------------------
|
||||
|
||||
DB_HOST=gitea_db:3306
|
||||
DB_NAME=gitea
|
||||
|
Reference in New Issue
Block a user