This repository has been archived on 2022-11-03. You can view files and clone it, but cannot push or open issues or pull requests.
docker_systems/gitea/.env

15 lines
237 B
Bash

USER_UID=1001
USER_GID=1001
DB_TYPE=mysql
DB_PORT=3306
INSTALL_LOCK=true
SECRET_KEY=secretkey
DISABLE_REGISTRATION=true
APP_DOMAIN=git.2li.ch
MYSQL_ROOT_PASSWORD=password
MYSQL_PASSWORD=password
MYSQL_DATABASE=giteadb
MYSQL_USER=gitea