development:
  DEV_MODE: true
  PORT: 3000
  SECRET: 'Its a secret to everyone'
production:
  DEV_MODE: false
  PORT: 80