{
  "name": "auth-service",
  "version": "1.5.0",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "jfpN0RnNTPPLTdwgzWeF"
  },
  "jwt_secret": "QvPiI5xBV9E5txA9Wevc3NI84kV9Mw6u",
  "api_keys": {
    "stripe": "sk_live_Yr8ryUPOz7HLvqDyrKA887jV",
    "sendgrid": "SG.zhjv7vLiEb3NjQyssEHhrg",
    "twilio_sid": "ACbb9dea358e3b6cf426c130fb60ea4c11"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}