Skip to content

Commit 2646d92

Browse files
committed
Added API_ROOT_URL var and pinned some packages
1 parent 676e1df commit 2646d92

3 files changed

Lines changed: 12 additions & 1 deletion

File tree

base.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ environment-vars =
102102
SSO_APPS_CLIENT_SECRET ${port:sso-apps-client-secret}
103103
SSO_APPS_USER_USERNAME ${port:sso-apps-user-username}
104104
SSO_APPS_USER_PASSWORD ${port:sso-apps-user-password}
105+
API_ROOT_URL ${port:api-root-url}
105106

106107
eggs =
107108
${buildout:eggs}
@@ -181,3 +182,4 @@ sso-apps-client-id = imio-apps-docs
181182
sso-apps-client-secret =
182183
sso-apps-user-username = imio-docs_imio-ic-staging
183184
sso-apps-user-password =
185+
api-root-url = https://api-staging.imio.be

port.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,5 @@ sso-apps-client-id = imio-apps-docs
3535
sso-apps-client-secret =
3636
sso-apps-user-username = imio-docs_imio-ic-staging
3737
sso-apps-user-password =
38+
api-root-url = https://api-staging.imio.be
39+

versions-base.cfg

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,14 @@ phonenumbers = 8.13.55
205205
# Required by:
206206
# imio.dms.soap2pm
207207
imio.pm.locales = 4.2.33
208-
imio.pm.wsclient = 2.0.6
208+
imio.pm.wsclient = 2.0.7
209+
210+
# Required by:
211+
# imio.helpers==1.3.11.dev0
212+
cryptography = 3.3.2
213+
cffi = 1.15.1
214+
ipaddress = 1.0.23
215+
pycparser = 2.21
209216

210217
# Required by:
211218
# instance-async

0 commit comments

Comments
 (0)