mirror of
https://github.com/AU-COVIDSafe/mobile-ios.git
synced 2025-04-19 13:05:21 +00:00
COVIDSafe code from version 1.1
This commit is contained in:
commit
3640e52eb2
330 changed files with 261540 additions and 0 deletions
16
CovidSafe/Resources/PROD/CovidCare-config.plist
Normal file
16
CovidSafe/Resources/PROD/CovidCare-config.plist
Normal file
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>Aus_number_URL</key>
|
||||
<string>https://www.covidsafe.gov.au/help-topics.html#verify-mobile-number-pin</string>
|
||||
<key>FAQ_URL</key>
|
||||
<string>https://www.covidsafe.gov.au/faqs.html</string>
|
||||
<key>Help_URL</key>
|
||||
<string>https://www.covidsafe.gov.au/help-topics.html</string>
|
||||
<key>API_Host</key>
|
||||
<string>https://device-api.prod.lp.aws.covidsafe.gov.au/prod</string>
|
||||
<key>Allow_Debug</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</plist>
|
16
CovidSafe/Resources/STG/CovidCare-config.plist
Normal file
16
CovidSafe/Resources/STG/CovidCare-config.plist
Normal file
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>Aus_number_URL</key>
|
||||
<string>https://website.uat.unp.aws.covidsafe.gov.au/help-topics.html#verify-mobile-number-pin</string>
|
||||
<key>FAQ_URL</key>
|
||||
<string>https://website.uat.unp.aws.covidsafe.gov.au/faqs.html</string>
|
||||
<key>Help_URL</key>
|
||||
<string>https://website.uat.unp.aws.covidsafe.gov.au/help-topics.html</string>
|
||||
<key>API_Host</key>
|
||||
<string>https://device-api.uat.unp.aws.covidsafe.gov.au/uat</string>
|
||||
<key>Allow_Debug</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</plist>
|
Loading…
Add table
Add a link
Reference in a new issue