You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
302 B
21 lines
302 B
# gitea_instance
|
|
APP_NAME=Gitea
|
|
RUN_MODE=prod
|
|
DOMAIN=gitea.fedy95.com
|
|
ROOT_URL=https://gitea.fedy95.com
|
|
|
|
DB_TYPE=mysql
|
|
DB_HOST=gitea_db:3306
|
|
DB_NAME=
|
|
DB_USER=
|
|
DB_PASSWD=
|
|
|
|
DISABLE_REGISTRATION=true
|
|
USER_UID=1000
|
|
USER_GID=1000
|
|
|
|
# gitea_db
|
|
MYSQL_DATABASE=
|
|
MYSQL_USER=
|
|
MYSQL_ROOT_PASSWORD=
|
|
MYSQL_PASSWORD=
|