Skip to content

Commit

Permalink
chore(): switch to login.readflow.app
Browse files Browse the repository at this point in the history
  • Loading branch information
ncarlier committed Mar 19, 2020
1 parent b8e0f2a commit db2eff8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ You can configure the webapp build by setting environment variables:
| Variable | Default | Description |
|----------|---------|-------------|
| `REACT_APP_API_ROOT` | `https://api.readflow.app` | API base URL. |
| `REACT_APP_AUTHORITY` | `https://login.nunux.org/auth/realms/readflow` | OpenID Connect authority provider URL. |
| `REACT_APP_AUTHORITY` | `https://login.readflow.app/auth/realms/readflow` | OpenID Connect authority provider URL. |
| `REACT_APP_CLIENT_ID` | `webapp` | OpenID Connect client ID. |

Example:
Expand Down
2 changes: 1 addition & 1 deletion ui/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
export const API_BASE_URL = process.env.REACT_APP_API_ROOT || 'https://api.readflow.app'

// OIDC authority URL
export const AUTHORITY = process.env.REACT_APP_AUTHORITY || 'https://login.nunux.org/auth/realms/readflow'
export const AUTHORITY = process.env.REACT_APP_AUTHORITY || 'https://login.readflow.app/auth/realms/readflow'

// OIDC client ID
export const CLIENT_ID = process.env.REACT_APP_CLIENT_ID || 'webapp'
Expand Down

0 comments on commit db2eff8

Please sign in to comment.