{
  "name": "auth-service",
  "version": "3.1.3",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "A2raUDpxqMondq5d7gZ3"
  },
  "jwt_secret": "D/vcZlb798YXW/3yVKGdiFUUrXbTnAZ9",
  "api_keys": {
    "stripe": "sk_live_LSOZxLpJKb9qgMDCrdP6wz3e",
    "sendgrid": "SG.xZ62JyyE4EkR4TJTDLO0ap",
    "twilio_sid": "ACc6604d028b3315247e9d31b11f34901c"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}