Skip to content

Commit

Permalink
fix dev setting
Browse files Browse the repository at this point in the history
  • Loading branch information
Hal Seki authored and Hal Seki committed Sep 11, 2021
1 parent 852d0ec commit 6ce0bdd
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions config/dev.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"AuthAdminUserPoolDomain": "remote-patient-monitoring-admin2",
"AuthNurseUserPoolDomain": "remote-patient-monitoring-nurse2",
"AuthPatientUserPoolDomain": "remote-patient-monitoring-patient2",
"OauthCallbackURL": "https://dev.remotepatientmonitoring.jp",
"OauthSignoutURL": "https://dev.remotepatientmonitoring.jp",
"AuthAdminUserPoolDomain": "rpm-dev-admin",
"AuthNurseUserPoolDomain": "rpm-dev-nurse",
"AuthPatientUserPoolDomain": "rpm-dev-patient",
"OauthCallbackURL": "https://client.devrms.stopcovid19.jp/",
"OauthSignoutURL": "https://client.devrms.stopcovid19.jp/",
"Bucket": "remote-patient-monitoring-dev",
"DebugMode": "on",
"DBPrefix": "RemotePatientMonitoring-",
"SMS_ENDPOINT":"",
"DBPrefix": "DEVRPM-",
"SMS_ENDPOINT": "",
"SMS_SECURITYKEY": "",
"SMS_ACCESSKEY": "",
"LOGINURL": "http://localhost:8080/#/login/"
Expand Down

0 comments on commit 6ce0bdd

Please sign in to comment.