peering-manager / docker

🐳 Docker Image of Peering Manager
Apache License 2.0
9 stars 13 forks source link

More flexible config load #34

Open gmazoyer opened 6 months ago

gmazoyer commented 6 months ago

The configuration file for now is a bit hard to manage and to pass complex values to a setting, see https://github.com/peering-manager/docker/pull/26. We should try to improve this. Pydantic settings might provide a way for this.