diff options
author | Gogs <gogitservice@gmail.com> | 2014-03-23 18:13:23 +0800 |
---|---|---|
committer | Gogs <gogitservice@gmail.com> | 2014-03-23 18:13:23 +0800 |
commit | 964e537479c497a5ba42799a1c1a7c430720e990 (patch) | |
tree | b375f9a485ad08495a9e178bfe7d720d55febead /conf/app.ini | |
parent | 79604f553f45af658a884544187b00fb9fa3169c (diff) | |
download | gitea-964e537479c497a5ba42799a1c1a7c430720e990.tar.gz gitea-964e537479c497a5ba42799a1c1a7c430720e990.zip |
append route to web
Diffstat (limited to 'conf/app.ini')
-rw-r--r-- | conf/app.ini | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/conf/app.ini b/conf/app.ini index ecb0d2511f..160aef0ffe 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -7,7 +7,7 @@ RUN_USER = lunny RUN_MODE = dev [repository] -ROOT = /Users/%(RUN_USER)s/git/gogs-repositories +ROOT = /home/work/%(RUN_USER)s/git/gogs-repositories 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 @@ -15,7 +15,7 @@ LICENSES = Apache v2 License|GPL v2|MIT License|Affero GPL|Artistic License 2.0| DOMAIN = localhost ROOT_URL = http://%(DOMAIN)s:%(HTTP_PORT)s/ HTTP_ADDR = -HTTP_PORT = 3000 +HTTP_PORT = 8002 [database] ; Either "mysql", "postgres" or "sqlite3"(binary release only), it's your choice @@ -23,7 +23,7 @@ DB_TYPE = mysql HOST = NAME = gogs USER = root -PASSWD = +PASSWD = toor ; For "postgres" only, either "disable", "require" or "verify-full" SSL_MODE = disable ; For "sqlite3" only @@ -120,4 +120,4 @@ HOST = USER = PASSWD = ; Receivers, can be one or more, e.g. ["1@example.com","2@example.com"] -RECEIVERS =
\ No newline at end of file +RECEIVERS = |