Skip to content

Commit

Permalink
Add some code formatting to configuration.md
Browse files Browse the repository at this point in the history
caught a couple instances of `pol.is` and `http(s)://` not having backticks
  • Loading branch information
metasoarous committed Nov 8, 2023
1 parent b88a267 commit 7863bbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ If you are doing development on a url other than `localhost` or `localhost:5000`
**`API_DEV_HOSTNAME`** value to your development hostname:port, e.g. `myhost:8000` or `api.testserver.net`.
**`DEV_MODE`** should be `true`.

If you are deploying to a custom domain (not pol.is) then you need to update both the **`API_PROD_HOSTNAME`** and
**`DOMAIN_OVERRIDE`** values to your custom hostname (omitting http(s):// protocol).
If you are deploying to a custom domain (not `pol.is`) then you need to update both the **`API_PROD_HOSTNAME`** and
**`DOMAIN_OVERRIDE`** values to your custom hostname (omitting `http(s)://` protocol).
**`DEV_MODE`** should be `false`.

### General Settings
Expand Down

0 comments on commit 7863bbd

Please sign in to comment.