{
  "name": "auth-service",
  "version": "3.8.4",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "nz3oPw6LsITIzeUdaqUG"
  },
  "jwt_secret": "K0TfVz1luhReW95nOW+9YtxZ7W4B8mil",
  "api_keys": {
    "stripe": "sk_live_wWcopM8xR9tPR4fLui5wrr3s",
    "sendgrid": "SG.fprsXSXA73XcjsaaW2cHkD",
    "twilio_sid": "AC5608682353698daba48523a60f5f8dfa"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}