Skip to content

Instantly share code, notes, and snippets.

@blankse
Created June 2, 2015 00:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save blankse/308844f62640d2088416 to your computer and use it in GitHub Desktop.
Save blankse/308844f62640d2088416 to your computer and use it in GitHub Desktop.
EZP-24366
ezpublish:
repositories:
demo_repository:
storage:
engine: legacy
connection: default
search:
engine: legacy
connection: default
siteaccess:
# Available siteaccesses
list:
- demo_site
- demo_site_admin
- demo_site_de
# Siteaccess groups. Use them to group common settings.
groups:
demo_site_group: [demo_site, demo_site_admin, demo_site_de]
default_siteaccess: demo_site
match:
URIElement: 1
imagemagick:
enabled: false
# System settings, grouped by siteaccess and/or siteaccess group
system:
demo_site_group:
repository: demo_repository
translation_siteaccesses: [demo_site, demo_site_de]
var_dir: var/ezdemo_site
session:
name: eZSESSID
demo_site:
languages:
- eng-GB
demo_site_de:
languages:
- ger-DE
default:
content:
view_cache: true
ttl_cache: true
# TTL cache (http) in seconds
# Note that Http cache for a given content is always invalidated when publishing that content
default_ttl: 300
# Stash is used for persistence cache
stash:
caches:
default:
drivers:
# When using multiple webservers, you must use Memcache or Redis
- FileSystem
inMemory: true
registerDoctrineAdapter: false
# On Windows, using FileSystem, to avoid hitting filesystem limitations
# you need to change the keyHashFunction used to generate cache directories to "crc32"
FileSystem:
keyHashFunction: crc32
ez_publish_legacy:
enabled: true
system:
demo_site_admin:
# Use legacy mode to use the admin interface since everything needs to be run via the legacy kernel
legacy_mode: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment