Skip to content

Commit e548c78

Browse files
authored
IBX-10284: Changed default CACHE_NAMESPACE from ezp to ibexa (#206)
1 parent ffeaf87 commit e548c78

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

ibexa/commerce/5.0/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
"#8": "- https://symfony.com/doc/4.4/components/cache/adapters/redis_adapter.html#configure-the-connection",
131131
"#9": "- https://symfony.com/doc/4.4/components/cache/adapters/memcached_adapter.html#configure-the-connection",
132132
"CACHE_DSN": "localhost",
133-
"CACHE_NAMESPACE": "ezp",
133+
"CACHE_NAMESPACE": "ibexa",
134134
"DATABASE_CHARSET": "utf8mb4",
135135
"DATABASE_COLLATION": "utf8mb4_unicode_520_ci",
136136
"#10": "Needed by Doctrine Bundle / ORM to prevent it from opening a connection during situations where there is no service yet.",

ibexa/experience/5.0/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
"#8": "- https://symfony.com/doc/4.4/components/cache/adapters/redis_adapter.html#configure-the-connection",
124124
"#9": "- https://symfony.com/doc/4.4/components/cache/adapters/memcached_adapter.html#configure-the-connection",
125125
"CACHE_DSN": "localhost",
126-
"CACHE_NAMESPACE": "ezp",
126+
"CACHE_NAMESPACE": "ibexa",
127127
"DATABASE_CHARSET": "utf8mb4",
128128
"DATABASE_COLLATION": "utf8mb4_unicode_520_ci",
129129
"#10": "Needed by Doctrine Bundle / ORM to prevent it from opening a connection during situations where there is no service yet.",

ibexa/headless/5.0/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
"#8": "- https://symfony.com/doc/4.4/components/cache/adapters/redis_adapter.html#configure-the-connection",
109109
"#9": "- https://symfony.com/doc/4.4/components/cache/adapters/memcached_adapter.html#configure-the-connection",
110110
"CACHE_DSN": "localhost",
111-
"CACHE_NAMESPACE": "ezp",
111+
"CACHE_NAMESPACE": "ibexa",
112112
"DATABASE_CHARSET": "utf8mb4",
113113
"DATABASE_COLLATION": "utf8mb4_unicode_520_ci",
114114
"#10": "Needed by Doctrine Bundle / ORM to prevent it from opening a connection during situations where there is no service yet.",

0 commit comments

Comments
 (0)