diff --git a/en-US/advanced/configuration_cheat_sheet.md b/en-US/advanced/configuration_cheat_sheet.md index 8b471a34..027b3b1e 100644 --- a/en-US/advanced/configuration_cheat_sheet.md +++ b/en-US/advanced/configuration_cheat_sheet.md @@ -183,13 +183,13 @@ Note: Actually, Gogs supports only SMTP with STARTTLS. ### Cache (`cache`) -|Name|Description -|-|- -|`ADAPTER`|Cache engine adapter, either `memory`, `redis`, or `memcache`. If you want to use `redis` or `memcache`, be sure to rebuild everything with build tags `redis` or `memcache`|`go build -tags='redis'`. -|`INTERVAL`|for memory cache only, GC interval in seconds. -|`HOST`|For redis and memcache, the host address and port number. -||Redis: `network=tcp,addr=127.0.0.1:6379,password=macaron,db=0,pool_size=100,idle_timeout=180`. -||Memache: `127.0.0.1:9090;127.0.0.1:9091` +Name|Description +----|----------- +`ADAPTER`|Cache engine adapter, either `memory`, `redis`, or `memcache`. If you want to use `redis` or `memcache`, be sure to rebuild everything with build tags `redis` or `memcache`|`go build -tags='redis'`. +`INTERVAL`|for memory cache only, GC interval in seconds. +`HOST`|For redis and memcache, the host address and port number. +Redis|Redis: `network=tcp,addr=127.0.0.1:6379,password=macaron,db=0,pool_size=100,idle_timeout=180`. +Memcache|Memache: `127.0.0.1:9090;127.0.0.1:9091` ### Session (`session`)