Skip to content

Commit e8b9b37

Browse files
committed
Added a team id to the configuration
1 parent 48f972e commit e8b9b37

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

ibexa/connect/4.6/config/packages/ibexa_connect.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ ibexa:
66
token: '%env(string:IBEXA_CONNECT_TOKEN)%'
77
host: '%env(string:IBEXA_CONNECT_HOST)%'
88
api_path: '%env(string:IBEXA_CONNECT_API_PATH)%'
9+
config:
10+
team_id: '%env(string:IBEXA_CONNECT_TEAM_ID)%'

ibexa/connect/5.0/config/packages/ibexa_connect.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ ibexa:
66
token: '%env(string:IBEXA_CONNECT_TOKEN)%'
77
host: '%env(string:IBEXA_CONNECT_HOST)%'
88
api_path: '%env(string:IBEXA_CONNECT_API_PATH)%'
9+
config:
10+
team_id: '%env(string:IBEXA_CONNECT_TEAM_ID)%'

0 commit comments

Comments
 (0)