Base solution for your next web application
Open Closed

What is the use of DefaultHostUrl? #8982


User avatar
0
smry created

We came across it in ApiUrlConfig and couldn't identify what that value does exactly private const string DefaultHostUrl = "http://localhost:22742/"; //TODO: Replace with PROD url.

I tried looking for tickets referencing it and they seem to suggest that it is used in Xamarin development

We have never changed that value and the project seems to work fine in development and in PROD environments

We are using 8.3.1 Angular/.NETCore application


2 Answer(s)
  • User Avatar
    1
    ismcagdas created
    Support Team

    Hi @smry,

    This is used for Xamarin mobile app. So, if you are not using Xamarin app, you can leave it like that.

  • User Avatar
    0
    smry created

    perfect, thanks for confirming