Skip to content

Commit

Permalink
chore: Handle missing environment variables for local dev (#433)
Browse files Browse the repository at this point in the history
* docs: Rename HOST environment variable to HOST_NAME

* chore: Make SOURCE_REPO_URL optional

* Revert "chore: Make SOURCE_REPO_URL optional"

This reverts commit 6727e1a.

* docs: Add SOURCE_REPO_URL to .env
  • Loading branch information
microamp authored Jul 8, 2024
1 parent 2f80755 commit 7cf24aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/howto/develop-locally.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,11 @@ Building base image
DB_NAME=bibxml
DB_SECRET=qwert
DJANGO_SECRET=FDJDSLJFHUDHJCTKLLLCMNII(****#TEFF
HOST=localhost
HOST_NAME=localhost
API_SECRET=test
SERVICE_NAME=IETF BibXML service
CONTACT_EMAIL=<ops contact email>
SOURCE_REPO_URL=https://github.com/ietf-tools/bibxml-service
DEBUG=1
.. warning:: This environment is not suitable for production use.
Expand Down

0 comments on commit 7cf24aa

Please sign in to comment.