{
  "name": "auth-service",
  "version": "3.8.8",
  "database": {
    "host": "db-0.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "t15ygjKR5ZNywjgEznuG"
  },
  "jwt_secret": "RB5Cb+eDlQVYQuVZl3NSfrdFcMj91+VD",
  "api_keys": {
    "stripe": "sk_live_07Jnms5WFhxF35nYQXAWr4Qr",
    "sendgrid": "SG.g5rWGm5xBrVORQ15UpwzPM",
    "twilio_sid": "AC00b11df685bc913e845d9a52ba6e5deb"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}