summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorLunny Xiao <xiaolunwen@gmail.com>2014-03-29 14:35:54 +0800
committerLunny Xiao <xiaolunwen@gmail.com>2014-03-29 14:35:54 +0800
commitf48fc24670b122df069149801459eb55a67045c7 (patch)
tree04a054e989341953072f854134a50d62f75993c8 /conf
parente085d7738a683785a5d7d7e3a33a0437c87c340b (diff)
parentd01820c125669367b7a585d767d5f11e73a701c2 (diff)
downloadgitea-f48fc24670b122df069149801459eb55a67045c7.tar.gz
gitea-f48fc24670b122df069149801459eb55a67045c7.zip
Merge branch 'master' of github.com:gogits/gogs
Diffstat (limited to 'conf')
-rw-r--r--conf/app.ini6
1 files changed, 2 insertions, 4 deletions
diff --git a/conf/app.ini b/conf/app.ini
index d988b4acbc..abc27c39c4 100644
--- a/conf/app.ini
+++ b/conf/app.ini
@@ -7,7 +7,7 @@ RUN_USER = git
RUN_MODE = dev
[repository]
-ROOT = /Users/%(RUN_USER)s/git/gogs-repositories
+ROOT =
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
@@ -20,7 +20,7 @@ HTTP_PORT = 3000
[database]
; Either "mysql", "postgres" or "sqlite3"(binary release only), it's your choice
DB_TYPE = mysql
-HOST =
+HOST = 127.0.0.1:3306
NAME = gogs
USER = root
PASSWD =
@@ -33,8 +33,6 @@ PATH = data/gogs.db
[security]
INSTALL_LOCK = false
-; Use HTTPS to clone repository, otherwise use HTTP.
-ENABLE_HTTPS_CLONE = false
; !!CHANGE THIS TO KEEP YOUR USER DATA SAFE!!
SECRET_KEY = !#@FDEWREWR&*(
; Auto-login remember days