Skip to content

Commit

Permalink
Remove API_BASE_URL references (#4331)
Browse files Browse the repository at this point in the history
  • Loading branch information
frjo authored Jan 10, 2025
1 parent fa7302c commit c13130a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion docs/setup/deployment/production/heroku.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ Then so the following steps for each environment.

Set these settings as a minimum:

* `API_BASE_URL`
* `BASIC_AUTH_ENABLED`
* `BASIC_AUTH_LOGIN`
* `BASIC_AUTH_PASSWORD`
Expand Down
1 change: 0 additions & 1 deletion docs/setup/deployment/production/stand-alone.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,6 @@ Here is a list of settings that can be set as environment variables or in a `hyp
**None optional:**

```text
API_BASE_URL: https://example.org/api
CACHE_CONTROL_MAX_AGE: 14400
COOKIE_SECURE: true
DJANGO_SETTINGS_MODULE: hypha.settings.production
Expand Down

0 comments on commit c13130a

Please sign in to comment.