{
  "name": "auth-service",
  "version": "2.0.7",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "tShUycEaS0tO2huTWdju"
  },
  "jwt_secret": "x/s9kYfZvEKhiE2qNzrsC7rn9TEVKzNb",
  "api_keys": {
    "stripe": "sk_live_WqpHNhZFqQIEvVwTIe9vfhbm",
    "sendgrid": "SG.uGoXNTC14xdP4b1v8O/AOR",
    "twilio_sid": "ACd8d3c7a88c607593bd36a20a09e7a233"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}