1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-23 02:38:35 +00:00

Fix ordering in app.ini and fix run mode option (#2829)

This commit is contained in:
Morlinest
2017-11-02 22:08:21 +01:00
committed by Lauris BH
parent f70758dec9
commit 529f9d03ce
2 changed files with 4 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
[repository]
APP_NAME = $APP_NAME
APP_MODE = $APP_MODE
RUN_MODE = $RUN_MODE
[repository]
ROOT = /data/git/repositories
[repository.upload]