mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
Update Flex endpoint
This commit is contained in:
+44
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"manifests": {
|
||||
"patchlevel/event-sourcing-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Patchlevel\\EventSourcingBundle\\PatchlevelEventSourcingBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"#1": "Format described at https://www.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#connecting-using-a-url",
|
||||
"#3": "",
|
||||
"#4": "EVENTSTORE_URL=\"sqlite:///%kernel.project_dir%/var/data.db\"",
|
||||
"#5": "EVENTSTORE_URL=\"mysql://db_user:db_password@127.0.0.1:3306/db_name?serverVersion=5.7\"",
|
||||
"EVENTSTORE_URL": "postgresql://symfony:ChangeMe@127.0.0.1:5432/app?serverVersion=13&charset=utf8"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/dev/patchlevel_event_sourcing.yaml": {
|
||||
"contents": [
|
||||
"patchlevel_event_sourcing:",
|
||||
" watch_server:",
|
||||
" enabled: true",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/packages/patchlevel_event_sourcing.yaml": {
|
||||
"contents": [
|
||||
"patchlevel_event_sourcing:",
|
||||
" connection:",
|
||||
" url: '%env(EVENTSTORE_URL)%'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "44757c25feb1dafb9daa04cf265e81617039a24f"
|
||||
}
|
||||
}
|
||||
}
|
||||
+45
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"manifests": {
|
||||
"patchlevel/event-sourcing-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Patchlevel\\EventSourcingBundle\\PatchlevelEventSourcingBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"#1": "Format described at https://www.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#connecting-using-a-url",
|
||||
"#3": "",
|
||||
"#4": "EVENTSTORE_URL=\"sqlite:///%kernel.project_dir%/var/data.db\"",
|
||||
"#5": "EVENTSTORE_URL=\"mysql://db_user:db_password@127.0.0.1:3306/db_name?serverVersion=5.7\"",
|
||||
"EVENTSTORE_URL": "postgresql://symfony:ChangeMe@127.0.0.1:5432/app?serverVersion=13&charset=utf8"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/dev/patchlevel_event_sourcing.yaml": {
|
||||
"contents": [
|
||||
"patchlevel_event_sourcing:",
|
||||
" watch_server:",
|
||||
" enabled: true",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/packages/patchlevel_event_sourcing.yaml": {
|
||||
"contents": [
|
||||
"patchlevel_event_sourcing:",
|
||||
" aggregates_paths: '%kernel.project_dir%/src'",
|
||||
" connection:",
|
||||
" url: '%env(EVENTSTORE_URL)%'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "cb9d8c5600c431a4ca17c86804163624015a4559"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1098,6 +1098,10 @@
|
||||
"pasaiakoudala/authbundle": [
|
||||
"0.1"
|
||||
],
|
||||
"patchlevel/event-sourcing-bundle": [
|
||||
"1.0",
|
||||
"1.2"
|
||||
],
|
||||
"payplug/sylius-payplug-plugin": [
|
||||
"0.2"
|
||||
],
|
||||
|
||||
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"manifests": {
|
||||
"patchlevel/event-sourcing-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Patchlevel\\EventSourcingBundle\\PatchlevelEventSourcingBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"#1": "Format described at https://www.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#connecting-using-a-url",
|
||||
"#3": "",
|
||||
"#4": "EVENTSTORE_URL=\"sqlite:///%kernel.project_dir%/var/data.db\"",
|
||||
"#5": "EVENTSTORE_URL=\"mysql://db_user:db_password@127.0.0.1:3306/db_name?serverVersion=5.7\"",
|
||||
"EVENTSTORE_URL": "postgresql://symfony:ChangeMe@127.0.0.1:5432/app?serverVersion=13&charset=utf8"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/dev/patchlevel_event_sourcing.yaml": {
|
||||
"contents": [
|
||||
"patchlevel_event_sourcing:",
|
||||
" watch_server:",
|
||||
" enabled: true",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/packages/patchlevel_event_sourcing.yaml": {
|
||||
"contents": [
|
||||
"patchlevel_event_sourcing:",
|
||||
" connection:",
|
||||
" url: '%env(EVENTSTORE_URL)%'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "44757c25feb1dafb9daa04cf265e81617039a24f"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"manifests": {
|
||||
"patchlevel/event-sourcing-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Patchlevel\\EventSourcingBundle\\PatchlevelEventSourcingBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"#1": "Format described at https://www.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#connecting-using-a-url",
|
||||
"#3": "",
|
||||
"#4": "EVENTSTORE_URL=\"sqlite:///%kernel.project_dir%/var/data.db\"",
|
||||
"#5": "EVENTSTORE_URL=\"mysql://db_user:db_password@127.0.0.1:3306/db_name?serverVersion=5.7\"",
|
||||
"EVENTSTORE_URL": "postgresql://symfony:ChangeMe@127.0.0.1:5432/app?serverVersion=13&charset=utf8"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/dev/patchlevel_event_sourcing.yaml": {
|
||||
"contents": [
|
||||
"patchlevel_event_sourcing:",
|
||||
" watch_server:",
|
||||
" enabled: true",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/packages/patchlevel_event_sourcing.yaml": {
|
||||
"contents": [
|
||||
"patchlevel_event_sourcing:",
|
||||
" aggregates_paths: '%kernel.project_dir%/src'",
|
||||
" connection:",
|
||||
" url: '%env(EVENTSTORE_URL)%'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "cb9d8c5600c431a4ca17c86804163624015a4559"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user