Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Leen15 committed Feb 10, 2023
1 parent c203974 commit 08015f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ This is not like a CORS check, this is a manual check on the origin of the reque
This means that the request can be done only from another allowed website and no server side requests are permitted.

You can start this service with these env variables:
- HOST=<Url of the service you want to proxy>
- CREDENTIALS=<Basic auth of the service, if needed>
- ALLOWED_ORIGINS=<list origins allowed, comma separated
- HOST=`<Url of the service you want to proxy>`
- CREDENTIALS=`<Basic auth of the service, if needed>`
- ALLOWED_ORIGINS=`<list of origins allowed, comma separated>`

Example:

Expand Down

0 comments on commit 08015f1

Please sign in to comment.