Add IdentityUrlExternal config in appsettings

This commit is contained in:
Miguel Veloso 2019-11-18 18:31:34 +00:00
parent 593be81bb0
commit 8734958e5e

View File

@ -8,6 +8,7 @@
}
},
"IdentityUrl": "http://localhost:5105",
"IdentityUrlExternal": "http://localhost:5105",
"ConnectionString": "127.0.0.1",
"isTest": "true",
"EventBusConnection": "localhost",