caTUstrophy / backend

Backend part for our catastrophe aid tool. Written in Go.
GNU General Public License v3.0
6 stars 3 forks source link

Make CORS values configurable via environment #107

Open numbleroot opened 8 years ago

numbleroot commented 8 years ago

Currently some CORS values are hard coded. Ideally they should be configurable via the .env file.

Future work.