{
  "name": "auth-service",
  "version": "1.3.0",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "wvbIc5PNe0tJvk8zJrba"
  },
  "jwt_secret": "tynv0z3q5gzKf/OJ8hzV87eqxE2IrJjD",
  "api_keys": {
    "stripe": "sk_live_DOsO8rSqpmX0NCP1RcisdG6o",
    "sendgrid": "SG.j75yzovvCFFuF7Rv8lXtPO",
    "twilio_sid": "AC0786b2d794d31d45c900dabc9b0c2c43"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}