]> source.dussan.org Git - gitea.git/commitdiff
typo fix (#8345)
authorhelix84 <helix84@centrum.sk>
Tue, 1 Oct 2019 23:25:32 +0000 (01:25 +0200)
committerLauris BH <lauris@nix.lv>
Tue, 1 Oct 2019 23:25:32 +0000 (02:25 +0300)
docs/content/doc/advanced/config-cheat-sheet.en-us.md

index 60d7341f241ab2c035784acac17e6fb5669d6dd4..198cff6f0494830635b13ac86370996eda028f5c 100644 (file)
@@ -292,7 +292,7 @@ Values containing `#` or `;` must be quoted using `` ` `` or `"""`.
 - `INTERVAL`: **60**: Garbage Collection interval (sec), for memory cache only.
 - `HOST`: **\<empty\>**: Connection string for `redis` and `memcache`.
    - 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`
+   - Memcache: `127.0.0.1:9090;127.0.0.1:9091`
 - `ITEM_TTL`: **16h**: Time to keep items in cache if not used, Setting it to 0 disables caching.
 
 ## Session (`session`)
@@ -521,4 +521,4 @@ Two special environment variables are passed to the render command:
 
 - `SHOW_FOOTER_BRANDING`: **false**: Show Gitea branding in the footer.
 - `SHOW_FOOTER_VERSION`: **true**: Show Gitea version information in the footer.
-- `SHOW_FOOTER_TEMPLATE_LOAD_TIME`: **true**: Show time of template execution in the footer.
\ No newline at end of file
+- `SHOW_FOOTER_TEMPLATE_LOAD_TIME`: **true**: Show time of template execution in the footer.