custom-environment-variables.json 147 B

12345678910
  1. {
  2. "port": {
  3. "__name": "PORT",
  4. "__format": "number"
  5. },
  6. "host": "HOSTNAME",
  7. "authentication": {
  8. "secret": "FEATHERS_SECRET"
  9. }
  10. }