Configured URL-s to heaid.ee

This commit is contained in:
TanelOrumaa 2022-01-18 01:09:06 +02:00
parent b95115af4f
commit d6e4b61ff6
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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