Skip to content

Commit

Permalink
Merge branch 'poetry' of github.com:numerique-gouv/content-manager in…
Browse files Browse the repository at this point in the history
…to poetry
  • Loading branch information
Ash-Crow committed Nov 21, 2023
2 parents ac397b7 + 8e5d326 commit 1b9bc66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
SECRET_KEY=
DEBUG=False
HOST_PROTO=http
HOST_URL="0.0.0.0"
ALLOWED_HOSTS="localhost, 0.0.0.0"
HOST_URL=localhost # use 0.0.0.0 for Docker
ALLOWED_HOSTS=localhost, 0.0.0.0
HOST_PORT=8000

USE_DOCKER=0 # Set 1 to use Docker
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ cp .env.example .env
### En local
#### Installer poetry s’il ne l’est pas

Cf. la [documentation de poetry](https://python-poetry.org/docs/#installationok)
Cf. la [documentation de poetry](https://python-poetry.org/docs/#installation)

#### Installer le projet

Expand Down

0 comments on commit 1b9bc66

Please sign in to comment.