blob: 02f9215c545f5072cabde9ea39914418ee96c2a0 [file]
common:
parameters:
zone: "Europe/Prague"
foo: %bar% world
foo3: overwritten
bar: hello
constants:
BAR: %foo%
php:
date.timezone: %zone%
# Production site configuration data
production < common:
database:
dsn: "sqlite2::memory:"
user: dbuser
password: secret
# Staging site configuration data
development < common:
database:
user: dev_user
password: dev_secret