{
  "name": "auth-service",
  "version": "1.2.3",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "rjhselnfi4ki9ABFp65d"
  },
  "jwt_secret": "++1aXB0FjgoO3MCjTKhnJj/B0zZzFUAk",
  "api_keys": {
    "stripe": "sk_live_0Mhugk6AKJtOZgDX00CewjzG",
    "sendgrid": "SG.0hGUCYNr6JRvMA56OelNFf",
    "twilio_sid": "ACf433f3e5277e0b8afc49c8a3b755a026"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}