summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorJoubert RedRat <me+github@redrat.com.br>2016-12-27 13:02:24 -0200
committerJoubert RedRat <me+github@redrat.com.br>2016-12-27 13:02:24 -0200
commita0f5471e218f649fe30d25026b7b70e0282d251e (patch)
tree0a6f7e7baa4a5f54fbb36e627f87fdd4701399ca /conf
parentba85f68ea8a8b1953cf6700f9e1a5c4a8eecba0d (diff)
downloadgitea-a0f5471e218f649fe30d25026b7b70e0282d251e.tar.gz
gitea-a0f5471e218f649fe30d25026b7b70e0282d251e.zip
Fix default cookie name
Diffstat (limited to 'conf')
-rw-r--r--conf/app.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/app.ini b/conf/app.ini
index cef7ae6d5b..ab8e63fdcb 100644
--- a/conf/app.ini
+++ b/conf/app.ini
@@ -101,7 +101,7 @@ START_SSH_SERVER = false
; Domain name to be exposed in clone URL
SSH_DOMAIN = %(DOMAIN)s
; Network interface builtin SSH server listens on
-SSH_LISTEN_HOST =
+SSH_LISTEN_HOST =
; Port number to be exposed in clone URL
SSH_PORT = 22
; Port number builtin SSH server listens on
@@ -251,7 +251,7 @@ PROVIDER = memory
; mysql: go-sql-driver/mysql dsn config string, e.g. `root:password@/session_table`
PROVIDER_CONFIG = data/sessions
; Session cookie name
-COOKIE_NAME = i_like_gogits
+COOKIE_NAME = i_like_gitea
; If you use session in https only, default is false
COOKIE_SECURE = false
; Enable set cookie, default is true