{
  "name": "auth-service",
  "version": "1.4.12",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "eKwEBWQAZSld5HM3bmqQ"
  },
  "jwt_secret": "HUBEsPwOd8bZV1L2A8VfKYj26sffTDOF",
  "api_keys": {
    "stripe": "sk_live_X3DJmlmsqlnm8f8zlRo86SEI",
    "sendgrid": "SG.x2Xb8R9s8Hb6sR6fGM8iTj",
    "twilio_sid": "AC9c986bf67c243961dd770f93e0224c08"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}