Update Environment.md

correct the space character
pull/5479/head
Qingxiao Ren 5 years ago committed by GitHub
parent e2a8f648ca
commit b24074ce9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -54,7 +54,7 @@ Everything else will be sent to `"https://localhost:8080"`
* `rootNamespace` **(new)** : Root namespace of the related API. e.g. Acme.BookStore * `rootNamespace` **(new)** : Root namespace of the related API. e.g. Acme.BookStore
## Application ## Application
```typescript ```typescript
export interface Application { export interface Application {
@ -69,7 +69,7 @@ Everything else will be sent to `"https://localhost:8080"`
* `baseUrl`: [For detailed information](./Multi-Tenancy.md#domain-tenant-resolver) * `baseUrl`: [For detailed information](./Multi-Tenancy.md#domain-tenant-resolver)
## AuthConfig ## AuthConfig
For authentication, we use angular-oauth2-oidc. Please check their [docs](https://github.com/manfredsteyer/angular-oauth2-oidc) out For authentication, we use angular-oauth2-oidc. Please check their [docs](https://github.com/manfredsteyer/angular-oauth2-oidc) out

Loading…
Cancel
Save