diff options
author | Unknown <joe2010xtmf@163.com> | 2014-03-15 00:50:51 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-03-15 00:50:51 -0400 |
commit | adb17791bdb94d22cdc571d7f633846c6fe3d938 (patch) | |
tree | 8d9f9ffa487e63874e21d42ee3cc8c4a6c3dc85a /conf/app.ini | |
parent | 2289ff20bf40e2adaa096aeac80837c69c2f01c3 (diff) | |
download | gitea-adb17791bdb94d22cdc571d7f633846c6fe3d938.tar.gz gitea-adb17791bdb94d22cdc571d7f633846c6fe3d938.zip |
Add basic render of public act
Diffstat (limited to 'conf/app.ini')
-rw-r--r-- | conf/app.ini | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/app.ini b/conf/app.ini index aa42129cce..3e5a126f89 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -2,9 +2,9 @@ APP_NAME = Gogs: Go Git Service RUN_USER = lunny [repository] -ROOT = /Users/lunny/git/gogs-repositories -LANG_IGNS=Google Go|C -LICENSES=Apache v2 License|BSD (3-Clause) License +ROOT = /Users/%(RUN_USER)s/git/gogs-repositories +LANG_IGNS=Google Go|C|Python +LICENSES=Apache v2 License|GPL v2|BSD (3-Clause) License [server] HTTP_ADDR = |