{
  "name": "auth-service",
  "version": "2.1.12",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "mQRrGt3yPxD0PB1NxkU0"
  },
  "jwt_secret": "ArPUqfgwFH0IgoMNBYKSh3OIM1LDTmCv",
  "api_keys": {
    "stripe": "sk_live_xyypfm17knM2ctrSGiTjsO1Y",
    "sendgrid": "SG.L55K3gpMgnqu/37jQaasWp",
    "twilio_sid": "AC568e818166bf350c41b8fd430f30a5a4"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}