peering-manager / docker

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

Support for passing CC_CONTACTS as list of tuples in environment var #26

Closed biwhite closed 1 week ago

biwhite commented 1 year ago

Set env var EMAIL_CC_CONTACTS as per format shown for CC_CONTACTS at [(https://peering-manager.readthedocs.io/en/stable/configuration/optional-settings/)]

gmazoyer commented 1 week ago

Closing this one as it should now be possible, as of https://github.com/peering-manager/docker/commit/1fce61352b50ca4b88c2bfe5f88bdfec72f697c2, to set EMAIL_CC_CONTACTS with a JSON kind of string like [["noc@example.com", "NOC"], ["netops@example.com", "NetOps Team"]]