2.0 release candidate (#3808)
* use SAML interface instead of implementation * moved implementation of SAML configs to system-configuration base class * bump composer packages * simplify configuration for different env
This commit is contained in:
@@ -19,16 +19,17 @@ framework:
|
||||
log: true
|
||||
|
||||
mailer:
|
||||
# prevent that emails are sent out in dev systems
|
||||
dsn: 'null://null'
|
||||
dsn: '%env(MAILER_URL)%'
|
||||
|
||||
when@prod:
|
||||
when@dev:
|
||||
framework:
|
||||
mailer:
|
||||
dsn: '%env(MAILER_URL)%'
|
||||
dsn: 'null://null'
|
||||
|
||||
when@test:
|
||||
framework:
|
||||
test: true
|
||||
session:
|
||||
storage_factory_id: session.storage.factory.mock_file
|
||||
mailer:
|
||||
dsn: 'null://null'
|
||||
|
||||
Reference in New Issue
Block a user