Merge pull request #7773 from abpframework/auto-merge/rel-4-2/166

Merge branch dev with rel-4.2
pull/7781/head
Muhammed Altuğ 5 years ago committed by GitHub
commit dc88707431
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -91,10 +91,10 @@ export const environment = {
> **Important Note:** The `application.baseUrl` and the `{0}` placeholder in the value of the `baseUrl` property are required to be able to get tenant from running URL. Other placeholders in API URLs are optional.
After the configuration above, if your app runs on the `mytenant1.mydomain.com`, the app will get tenant name as **mytenant1** and replace the environment object in `ConfigState` on app initialization as follows:
After the configuration above, if your app runs on the `mytenant1.mydomain.com`, the app will get tenant name as **mytenant1** and replace the environment object in `EnvironmentService` on app initialization as follows:
```js
// environment object in ConfigState
// environment object in EnvironmentService
{
//...

Loading…
Cancel
Save