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/archive/gitea/.env.j2

5 lines
104 B
Plaintext
Raw Normal View History

2020-04-14 20:48:44 +02:00
USER_UID=1001
USER_GID=1001
2021-11-12 16:55:58 +01:00
SECRET_KEY={{ gitea_secret_key }}
MYSQL_PASSWORD={{ gitea_mysql_password }}