Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lecture de la configuration avec pydantic-settings, et documentation #65

Merged
merged 4 commits into from
Dec 12, 2023

Conversation

azmeuk
Copy link
Collaborator

@azmeuk azmeuk commented Dec 8, 2023

Cette PR introduit l'utilisation de pydantic-settings pour gérer la lecture des paramètres de configuration. Ça devrait être compatible avec les configuration existantes et ne rien changer, mais il faudra quand même être prudent lors des migrations.

En complément, les paramètres de configurations sont tous documentés, et la documentation est publiée automatiquement sur http://b3desk.readthedocs.io/

Merci de tester que lors des déploiement rien ne change.

Fixes #10

@azmeuk azmeuk added the fonctionnalité Nouvelle fonctionnalité ou amélioration d'une fonctionnalité existante label Dec 8, 2023
@azmeuk azmeuk force-pushed the issue-10-pydantic-settings branch 2 times, most recently from 75bc1b7 to f22b76f Compare December 8, 2023 14:04
@azmeuk azmeuk added the documentation Improvements or additions to documentation label Dec 8, 2023
@azmeuk azmeuk merged commit 42b7e6f into numerique-gouv:main Dec 12, 2023
10 checks passed
@azmeuk azmeuk deleted the issue-10-pydantic-settings branch December 12, 2023 11:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation fonctionnalité Nouvelle fonctionnalité ou amélioration d'une fonctionnalité existante
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Documenter les options de configuration
1 participant