codefordenver / shift-api

1 stars 0 forks source link

Env config #38

Closed pmm4654 closed 5 years ago

pmm4654 commented 5 years ago

Description

Set up the project to accept config file ENV overrides.

{
  "ApiFunctions": {
    "SUPER_SECRET": "localtable"
  }
}

This would define an environment variable called SUPER_SECRET in the function ApiFunctions