Skip to content

Commit

Permalink
README: update ALLOWED_ORIGIN
Browse files Browse the repository at this point in the history
Update the `ALLOWED_ORIGIN` example to use the same port in bounce-frontend
  • Loading branch information
stanleyye committed Aug 11, 2018
1 parent c307fdc commit de0b2c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Both the Python backend and Postgres need to be configured before they can run.
* `POSTGRES_USER`: Should match the setting by the same name in `postgres.env`.
* `POSTGRES_PASSWORD`: Should match the setting by the same name in `postgres.env`.
* `POSTGRES_DB`: Should match the setting by the same name in `postgres.env`.
* `ALLOWED_ORIGIN`: The domain that is allowed to access the API. For local development you can set this to your front-end URL (`http://localhost:8000`).
* `ALLOWED_ORIGIN`: The domain that is allowed to access the API. For local development you can set this to your front-end URL (`http://localhost:3000`).

### Running the Server

Expand Down

0 comments on commit de0b2c2

Please sign in to comment.