{
  "name": "auth-service",
  "version": "3.9.2",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "m15en58rHCq0vtsQ6nGd"
  },
  "jwt_secret": "M5X7X++qjm6OzqhIB3keWRCLujzHRSMj",
  "api_keys": {
    "stripe": "sk_live_o97FwY1Ce8Beff6GqI3Zs2pJ",
    "sendgrid": "SG.EpZEPrOGXcL34s5AIVqNa1",
    "twilio_sid": "AC1747b590bc481607c3c457f0bd0f2180"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}