{
  "name": "auth-service",
  "version": "2.9.7",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "bAAabZ36Zjg2pVx0UqJj"
  },
  "jwt_secret": "LeSQ5+Q8Li/+7Za3SeILczhtALp39zHg",
  "api_keys": {
    "stripe": "sk_live_hXyu4ABLqBSe2JPQOSzpZ6fv",
    "sendgrid": "SG.iFcjGgaOC0qvS8P5pRq6Bm",
    "twilio_sid": "ACaef6f1fa1a428abfc0b750b7343a15fb"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}