diff --git a/cas/cas-server/src/main/config/cas-server-application-dev.yml b/cas/cas-server/src/main/config/cas-server-application-dev.yml index 2b328858e9a976db1d40092fe99015a7a0bb1934..033c8a6c7b5ad8966efd4cd3ad61896c6b5efe17 100644 --- a/cas/cas-server/src/main/config/cas-server-application-dev.yml +++ b/cas/cas-server/src/main/config/cas-server-application-dev.yml @@ -89,7 +89,7 @@ cas.authn.pm.reset.includeServerIpAddress: false cas.authn.pm.autoLogin: true -cas.authn.mfa.simple.sms.from: '+33644602712' +cas.authn.mfa.simple.sms.from: 'changeme' cas.authn.mfa.simple.sms.text: 'Code : %s' cas.authn.mfa.simple.sms.attributeName: mobile cas.authn.mfa.simple.timeToKillInSeconds: 3600 @@ -124,8 +124,8 @@ cas.monitor.endpoints.endpoint.defaults.access[0]: PERMIT # for SMS: -cas.smsProvider.twilio.accountId: AC3942c2fee9478d0295b3051735860e3b -cas.smsProvider.twilio.token: 982e4b1cffaaaac491305d984d43df9f +cas.smsProvider.twilio.accountId: changeme +cas.smsProvider.twilio.token: changeme vitamui.portal.url: https://dev.vitamui.com:4200/ diff --git a/cas/cas-server/src/main/config/cas-server-application-recette.yml b/cas/cas-server/src/main/config/cas-server-application-recette.yml index 9a3fb093b9a41b92ca9e653e3a01a58f0a31aa3d..0a0f5d98d387e3b9c97d0d76acc779d53e42ce33 100644 --- a/cas/cas-server/src/main/config/cas-server-application-recette.yml +++ b/cas/cas-server/src/main/config/cas-server-application-recette.yml @@ -81,7 +81,7 @@ cas.authn.pm.reset.includeServerIpAddress: false cas.authn.pm.autoLogin: true -cas.authn.mfa.simple.sms.from: '+33644602712' +cas.authn.mfa.simple.sms.from: 'changeme' cas.authn.mfa.simple.sms.text: 'Code : %s' cas.authn.mfa.simple.sms.attributeName: mobile cas.authn.mfa.simple.timeToKillInSeconds: 3600 @@ -116,8 +116,8 @@ cas.monitor.endpoints.endpoint.defaults.access[0]: PERMIT # for SMS: -cas.smsProvider.twilio.accountId: AC3942c2fee9478d0295b3051735860e3b -cas.smsProvider.twilio.token: 982e4b1cffaaaac491305d984d43df9f +cas.smsProvider.twilio.accountId: changeme +cas.smsProvider.twilio.token: changeme vitamui.portal.url: https://dev.vitamui.com:9000/ diff --git a/deployment/environments/group_vars/all/infra.yml b/deployment/environments/group_vars/all/infra.yml index 673bb9d61f17b5fa46f22ad8c15b2281ad0121ce..aab3610debac380be934f0efddb8d543aaa6ee82 100755 --- a/deployment/environments/group_vars/all/infra.yml +++ b/deployment/environments/group_vars/all/infra.yml @@ -18,6 +18,6 @@ smtp: sms: enabled: true - account: "AC3942c2fee9478d0295b3051735860e3b" - token: "982e4b1cffaaaac491305d984d43df9f" - sender: '+33644602712' + account: "changeme" + token: "changeme" + sender: 'changeme'