Tempest Configuration
Event Sourcing DDD CQRS Tempest
use Ecotone\Tempest\EcotoneConfig;
return new EcotoneConfig(
serviceName: 'orders',
licenceKey: env('ECOTONE_LICENCE_KEY'),
);Configuration
loadAppNamespaces: bool (default: true)
cacheConfiguration: bool (default: false, production: true)
namespaces: string[] (default: [])
defaultSerializationMediaType: string (default: application/x-php-serialized) [application/json, application/xml]
defaultErrorChannel: string (default: null)
serviceName: string (default: null)
skippedModulePackageNames: string[] (default: [])
test: bool (default: false)
licenceKey: string|null (default: null)loadAppNamespaces
cacheConfiguration
namespaces
defaultSerializationMediaType
defaultErrorChannel
serviceName
skippedModulePackageNames
test
licenceKey
Console commands
Last updated
Was this helpful?