diff options
author | Unknown <joe2010xtmf@163.com> | 2014-03-16 05:24:13 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-03-16 05:24:13 -0400 |
commit | ab747f279088c9ed6114c4227c71173ebd1e6f00 (patch) | |
tree | 941c225f2aed7933e063e8fb25e98ed6f7b78d50 /conf/app.ini | |
parent | 8de9517862acd77c27da015654fc236a6722d188 (diff) | |
download | gitea-ab747f279088c9ed6114c4227c71173ebd1e6f00.tar.gz gitea-ab747f279088c9ed6114c4227c71173ebd1e6f00.zip |
Fix delete SSH key in file
Diffstat (limited to 'conf/app.ini')
-rw-r--r-- | conf/app.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/app.ini b/conf/app.ini index 3e5a126f89..f8ff81db74 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -3,8 +3,8 @@ RUN_USER = lunny [repository] ROOT = /Users/%(RUN_USER)s/git/gogs-repositories -LANG_IGNS=Google Go|C|Python -LICENSES=Apache v2 License|GPL v2|BSD (3-Clause) License +LANG_IGNS=Google Go|C|Python|Ruby +LICENSES=Apache v2 License|GPL v2|MIT License|BSD (3-Clause) License [server] HTTP_ADDR = |