summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-04-06 13:41:58 -0400
committerUnknown <joe2010xtmf@163.com>2014-04-06 13:41:58 -0400
commit6a16866f4e0908e62c5e5b30e3dc0ef8e4cb0819 (patch)
tree80cfbd61c2bd872aa5750660861c10ef6cae5c22 /conf
parent794cd27db3de55cce4c5d3716bf9e60fadaa86bc (diff)
downloadgitea-6a16866f4e0908e62c5e5b30e3dc0ef8e4cb0819.tar.gz
gitea-6a16866f4e0908e62c5e5b30e3dc0ef8e4cb0819.zip
Fix bug related to log
Diffstat (limited to 'conf')
-rw-r--r--conf/app.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/app.ini b/conf/app.ini
index f88c750e09..43033eaa66 100644
--- a/conf/app.ini
+++ b/conf/app.ini
@@ -14,7 +14,7 @@ LICENSES = Apache v2 License|GPL v2|MIT License|Affero GPL|Artistic License 2.0|
[server]
PROTOCOL = http
DOMAIN = localhost
-ROOT_URL = %(PROTOCOL)://%(DOMAIN)s:%(HTTP_PORT)s/
+ROOT_URL = %(PROTOCOL)s://%(DOMAIN)s:%(HTTP_PORT)s/
HTTP_ADDR =
HTTP_PORT = 3000
CERT_FILE = cert.pem