diff options
author | Unknwon <u@gogs.io> | 2018-10-24 10:05:35 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2018-10-24 10:05:35 -0400 |
commit | 3058f8fd69b30600120a4389c1c697911116ca8c (patch) | |
tree | 24b98c023dca0f792f4ad8b4567fd129b6b492fc | |
parent | 5129ed215e4258a3af13eef12c11c68c6073c5be (diff) |
conf: change default session cookie name
[CI SKIP]
-rw-r--r-- | conf/app.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/app.ini b/conf/app.ini index 220869e0..0ba062e7 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -271,7 +271,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_gogs ; If you use session in https only, default is false COOKIE_SECURE = false ; Enable set cookie, default is true |