Skip to content

Commit c48e4b1

Browse files
committed
IBX-10764: Updated dfs.yaml templates
1 parent 7000f1e commit c48e4b1

File tree

4 files changed

+4
-4
lines changed
  • ibexa

4 files changed

+4
-4
lines changed

ibexa/commerce/5.0/config/packages/dfs/dfs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ doctrine:
1818
charset: '%env(string:DFS_DATABASE_CHARSET)%'
1919
default_table_options:
2020
charset: '%env(string:DFS_DATABASE_CHARSET)%'
21-
collate: '%env(string:DFS_DATABASE_COLLATION)%'
21+
collate: '%env(string:DFS_DATABASE_COLLATION)%' # comment out if you are using PostgreSQL
2222
url: '%env(string:DFS_DATABASE_URL)%'
2323

2424
# define the flysystem handler

ibexa/experience/5.0/config/packages/dfs/dfs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ doctrine:
1818
charset: '%env(string:DFS_DATABASE_CHARSET)%'
1919
default_table_options:
2020
charset: '%env(string:DFS_DATABASE_CHARSET)%'
21-
collate: '%env(string:DFS_DATABASE_COLLATION)%'
21+
collate: '%env(string:DFS_DATABASE_COLLATION)%' # comment out if you are using PostgreSQL
2222
url: '%env(string:DFS_DATABASE_URL)%'
2323

2424
# define the flysystem handler

ibexa/headless/5.0/config/packages/dfs/dfs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ doctrine:
1818
charset: '%env(string:DFS_DATABASE_CHARSET)%'
1919
default_table_options:
2020
charset: '%env(string:DFS_DATABASE_CHARSET)%'
21-
collate: '%env(string:DFS_DATABASE_COLLATION)%'
21+
collate: '%env(string:DFS_DATABASE_COLLATION)%' # comment out if you are using PostgreSQL
2222
url: '%env(string:DFS_DATABASE_URL)%'
2323

2424
# define the flysystem handler

ibexa/oss/5.0/config/packages/dfs/dfs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ doctrine:
1818
charset: '%env(string:DFS_DATABASE_CHARSET)%'
1919
default_table_options:
2020
charset: '%env(string:DFS_DATABASE_CHARSET)%'
21-
collate: '%env(string:DFS_DATABASE_COLLATION)%'
21+
collate: '%env(string:DFS_DATABASE_COLLATION)%' # comment out if you are using PostgreSQL
2222
url: '%env(string:DFS_DATABASE_URL)%'
2323

2424
# define the flysystem handler

0 commit comments

Comments
 (0)