mirror of
https://github.com/YunoHost-Apps/gitea_ynh.git
synced 2024-09-03 20:36:22 +02:00
cleanup app.ini
This commit is contained in:
parent
18696acb10
commit
479e4d7b2d
1 changed files with 0 additions and 4 deletions
|
@ -14,7 +14,6 @@ NAME = __DB_NAME__
|
|||
USER = __DB_USER__
|
||||
PASSWD = __DB_PWD__
|
||||
SSL_MODE = disable
|
||||
PATH = data/gitea.db
|
||||
LOG_SQL = false
|
||||
|
||||
[repository]
|
||||
|
@ -92,6 +91,3 @@ SECRET_KEY = __SECRET_KEY__
|
|||
REVERSE_PROXY_AUTHENTICATION_USER = REMOTE-USER
|
||||
REVERSE_PROXY_TRUSTED_PROXIES = 127.0.0.0/8,::1/128
|
||||
INTERNAL_TOKEN = __INTERNAL_TOKEN__
|
||||
|
||||
[oauth2]
|
||||
JWT_SECRET = __JWT_SECRET__
|
||||
|
|
Loading…
Add table
Reference in a new issue