Skip to content

Commit

Permalink
It was inheriting from tests settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
celine-m-s committed Oct 16, 2024
1 parent ebae446 commit 992dcb3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/settings/dev.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,5 @@
# Don't use json formatter in dev
del LOGGING["handlers"]["console"]["formatter"] # noqa: F405

API_PARTICULIER_BASE_URL = "https://staging.particulier.api.gouv.fr/api/"
API_PARTICULIER_BASE_URL = os.getenv("API_PARTICULIER_BASE_URL", "https://staging.particulier.api.gouv.fr/api/")
API_PARTICULIER_TOKEN = os.getenv("API_PARTICULIER_TOKEN")

0 comments on commit 992dcb3

Please sign in to comment.