From 1bb107bde4443854773c8509cd4d2cd005fdb80c Mon Sep 17 00:00:00 2001 From: bnymncoskuner Date: Fri, 21 Aug 2020 09:02:33 +0300 Subject: [PATCH] docs: improve environment.md --- docs/en/UI/Angular/Environment.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/en/UI/Angular/Environment.md b/docs/en/UI/Angular/Environment.md index b1f47ac864..22acc369d9 100644 --- a/docs/en/UI/Angular/Environment.md +++ b/docs/en/UI/Angular/Environment.md @@ -35,7 +35,7 @@ Take a look at example ```json { - ... + // ... "apis": { "default": { "url": "https://localhost:8080", @@ -43,7 +43,8 @@ Take a look at example "AbpIdentity": { "url": "https://localhost:9090", } - } + }, + // ... } ``` @@ -68,9 +69,9 @@ Everything else will be sent to `"https://localhost:8080"` You can read about `Localization` [here in detail](./Localization.md) -## OAuthConfig +## AuthConfig -..... +For authentication, we use [angular-oauth2-oidc](https://github.com/manfredsteyer/angular-oauth2-oidc) ## RemoteEnvironment