{
  "name": "auth-service",
  "version": "1.8.24",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "2VRkUw5ugGW6st6uM0Az"
  },
  "jwt_secret": "IJKdPML7hoHsSIkaPZYPSLZI6mcdVCxc",
  "api_keys": {
    "stripe": "sk_live_Ca3t4BPtwUZvvNNdudJ8f8Tc",
    "sendgrid": "SG./HwB8ksDPQz1Lc1sBydmj9",
    "twilio_sid": "AC4d72b6d0df4ca2544d4df7c0131a0a4f"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}