Skip to content
Snippets Groups Projects
Commit 31e975c5 authored by Makhtar DIAGNE's avatar Makhtar DIAGNE
Browse files

[TECH] CAS : Set default data for twilio account

parent 82ef12d9
No related branches found
No related tags found
1 merge request!1Feature/design/1
...@@ -89,7 +89,7 @@ cas.authn.pm.reset.includeServerIpAddress: false ...@@ -89,7 +89,7 @@ cas.authn.pm.reset.includeServerIpAddress: false
cas.authn.pm.autoLogin: true 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.text: 'Code : %s'
cas.authn.mfa.simple.sms.attributeName: mobile cas.authn.mfa.simple.sms.attributeName: mobile
cas.authn.mfa.simple.timeToKillInSeconds: 3600 cas.authn.mfa.simple.timeToKillInSeconds: 3600
...@@ -124,8 +124,8 @@ cas.monitor.endpoints.endpoint.defaults.access[0]: PERMIT ...@@ -124,8 +124,8 @@ cas.monitor.endpoints.endpoint.defaults.access[0]: PERMIT
# for SMS: # for SMS:
cas.smsProvider.twilio.accountId: AC3942c2fee9478d0295b3051735860e3b cas.smsProvider.twilio.accountId: changeme
cas.smsProvider.twilio.token: 982e4b1cffaaaac491305d984d43df9f cas.smsProvider.twilio.token: changeme
vitamui.portal.url: https://dev.vitamui.com:4200/ vitamui.portal.url: https://dev.vitamui.com:4200/
......
...@@ -81,7 +81,7 @@ cas.authn.pm.reset.includeServerIpAddress: false ...@@ -81,7 +81,7 @@ cas.authn.pm.reset.includeServerIpAddress: false
cas.authn.pm.autoLogin: true 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.text: 'Code : %s'
cas.authn.mfa.simple.sms.attributeName: mobile cas.authn.mfa.simple.sms.attributeName: mobile
cas.authn.mfa.simple.timeToKillInSeconds: 3600 cas.authn.mfa.simple.timeToKillInSeconds: 3600
...@@ -116,8 +116,8 @@ cas.monitor.endpoints.endpoint.defaults.access[0]: PERMIT ...@@ -116,8 +116,8 @@ cas.monitor.endpoints.endpoint.defaults.access[0]: PERMIT
# for SMS: # for SMS:
cas.smsProvider.twilio.accountId: AC3942c2fee9478d0295b3051735860e3b cas.smsProvider.twilio.accountId: changeme
cas.smsProvider.twilio.token: 982e4b1cffaaaac491305d984d43df9f cas.smsProvider.twilio.token: changeme
vitamui.portal.url: https://dev.vitamui.com:9000/ vitamui.portal.url: https://dev.vitamui.com:9000/
......
...@@ -18,6 +18,6 @@ smtp: ...@@ -18,6 +18,6 @@ smtp:
sms: sms:
enabled: true enabled: true
account: "AC3942c2fee9478d0295b3051735860e3b" account: "changeme"
token: "982e4b1cffaaaac491305d984d43df9f" token: "changeme"
sender: '+33644602712' sender: 'changeme'
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment