diff options
author | Unknown <joe2010xtmf@163.com> | 2014-03-21 06:15:58 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-03-21 06:15:58 -0400 |
commit | 30618b271aab40d29a6d34cb4e06c8d28fa74d18 (patch) | |
tree | 975ea9f2770c20f7b8b8f5ca2fffaf9deb95b0a5 /conf/app.ini | |
parent | e67653cf13857f671de9bf6279453f99cdd60d11 (diff) | |
download | gitea-30618b271aab40d29a6d34cb4e06c8d28fa74d18.tar.gz gitea-30618b271aab40d29a6d34cb4e06c8d28fa74d18.zip |
Add admin edit user
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 d4fdc0dcf7..985903a8e5 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -8,8 +8,8 @@ RUN_MODE = dev [repository] ROOT = /Users/%(RUN_USER)s/git/gogs-repositories -LANG_IGNS = Google Go|C|Python|Ruby|C Sharp -LICENSES = Apache v2 License|GPL v2|MIT License|Affero GPL|BSD (3-Clause) License +LANG_IGNS = Google Go|C|C++|Python|Ruby|C Sharp +LICENSES = Apache v2 License|GPL v2|MIT License|Affero GPL|Artistic License 2.0|BSD (3-Clause) License [server] DOMAIN = localhost |