portable-services/alpine/gitea/app.ini

33 lines
447 B
INI
Raw Normal View History

2019-07-09 18:30:30 +02:00
RUN_USER = gitea
RUN_MODE = prod
[repository]
ROOT = /var/lib/gitea/git
SCRIPT_TYPE = sh
[server]
STATIC_ROOT_PATH = /usr/share/webapps/gitea
APP_DATA_PATH = /var/lib/gitea/data
[database]
DB_TYPE = sqlite3
PATH = /var/lib/gitea/db/gitea.db
SSL_MODE = disable
[session]
PROVIDER = file
[log]
MODE = info_console
LEVEL = Info
[Log.error_console]
Mode=console
Stderr=true
Level=Error
[Log.info_console]
Mode=console
Stderr=true
Level=Info