mirror of
https://github.com/TanelOrumaa/Estonian-ID-card-mobile-authenticator-POC.git
synced 2025-08-29 23:00:59 +03:00
Compare commits
1 Commits
MOB-55
...
version-0.
Author | SHA1 | Date | |
---|---|---|---|
|
d6e4b61ff6 |
@@ -14,7 +14,7 @@ import org.json.JSONObject
|
||||
/**
|
||||
* Base url where the requests should be made. Add yours here. It must use https.
|
||||
*/
|
||||
private const val BASE_URL = "https://a0fe-2001-7d0-88ab-b880-7571-cba0-5db2-11b7.ngrok.io"
|
||||
private const val BASE_URL = "https://heaid.ee"
|
||||
private const val AUTH_URL = "$BASE_URL/auth/login"
|
||||
private const val CHALLENGE_URL = "$BASE_URL/auth/challenge"
|
||||
|
||||
|
@@ -4,7 +4,7 @@ class ApplicationConfiguration {
|
||||
|
||||
companion object {
|
||||
// URL for application. Use ngrok for HTTPS (or a tool of your own choice) and put the HTTPS link here.
|
||||
val WEBSITE_ORIGIN_URL = "https://5a0b-85-253-195-195.ngrok.io"
|
||||
val WEBSITE_ORIGIN_URL = "https://heaid.ee"
|
||||
|
||||
// Authentication request timeout in seconds.
|
||||
val AUTH_REQUEST_TIMEOUT_MS = 120000
|
||||
|
Reference in New Issue
Block a user