diff options
author | Unknwon <u@gogs.io> | 2016-07-02 18:23:15 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-07-02 18:23:15 +0800 |
commit | f485fcde96d1a0d2cf9d8aa8cc1fc3b9401ae578 (patch) | |
tree | bd1415ffaca9a1ee62a21b73dbdb06d2a6d1182a /conf | |
parent | 6f6b37f148428eb83cbefdf84253ab7f412e2537 (diff) | |
download | gitea-f485fcde96d1a0d2cf9d8aa8cc1fc3b9401ae578.tar.gz gitea-f485fcde96d1a0d2cf9d8aa8cc1fc3b9401ae578.zip |
#2947 fix inapproriate comment
Diffstat (limited to 'conf')
-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 d0a525436e..f226996f2d 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -199,7 +199,7 @@ INTERVAL = 60 HOST = [session] -; Either "memory", "file", "redis" or "mysql", default is "memory" +; Either "memory", "file", or "redis", default is "memory" PROVIDER = memory ; Provider config options ; memory: not have any config yet |