It would be nice if I could using an environment variable like so: "APIKEYS" = "key1,key2,key3" And unmarshal to a list of keys.
It would be nice if I could using an environment variable like so:
"APIKEYS" = "key1,key2,key3"
And unmarshal to a list of keys.