From 75d311c5a63649335482c9dca1d50d957c581a9f Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Fri, 29 Apr 2011 21:23:58 +0100 Subject: [PATCH] Add config file entry for memcache server list --- config/example.application.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/example.application.yml b/config/example.application.yml index 13936cfa5..03d030a60 100644 --- a/config/example.application.yml +++ b/config/example.application.yml @@ -57,6 +57,8 @@ standard_settings: &standard_settings gpx_image_dir: "/home/osm/images" # Location of data for file columns #file_column_root: "" + # List of memcache servers to use for caching + #memcache_servers: [] # Enable legacy OAuth 1.0 support oauth_10_support: true # URL of Nominatim instance to use for geocoding -- 2.43.2