cds-snc / covid-alert-server

Exposure Notification: Diagnosis Server implementation / Notification d’exposition : Mise en œuvre du serveur de diagnostic
Apache License 2.0
298 stars 31 forks source link

refactor(region code): hard code the region code #296

Closed CalvinRodo closed 4 years ago

CalvinRodo commented 4 years ago

Instead of getting the region code from environment variables we are hard coding it. This is so we can replace the region code in the env vars with a province identifier that we can use for tracking events in the system.

I'm pretty sure this is all we need to do in code to satisfy #290 the rest will have to come from the environment variables.