Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arminv authored Oct 14, 2024
1 parent 7d39b9d commit 23cfd5e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@ Stack/tools include the following:

The following environment variables are needed:

- `ACTIVE_SPRING_PROFILE=test|dev|prod`
- `MONGO_URI=get-your-own`
- `GB_CLIENT_ID=get-your-own` (OAuth2)
- `GB_CLIENT_SECRET=get-your-own` (OAuth2)
```bash
ACTIVE_SPRING_PROFILE=test|dev|prod
MONGO_URI=get-your-own
GB_CLIENT_ID=get-your-own (OAuth2)
GB_CLIENT_SECRET=get-your-own (OAuth2)
```

## Swagger UI

Expand Down

0 comments on commit 23cfd5e

Please sign in to comment.