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.j2

15 lines
237 B
Plaintext
Raw Normal View History

2020-04-14 20:48:44 +02:00
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