Browse Source

docs: improve environment.md

pull/5139/head
bnymncoskuner 6 years ago
parent
commit
1bb107bde4
  1. 9
      docs/en/UI/Angular/Environment.md

9
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

Loading…
Cancel
Save