{
  "name": "auth-service",
  "version": "3.9.10",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "Jz6WaftbjO5DyZVLVUCS"
  },
  "jwt_secret": "YdUK7g/5DYjjG1TyLpGiBloMg7RcNTge",
  "api_keys": {
    "stripe": "sk_live_59aPwinSA9elEBMKRQ7nGyQn",
    "sendgrid": "SG.aL8UTDmLgT6jhHgcBV7tSg",
    "twilio_sid": "ACc17bd7a348a1bedf744a8470e48d3eb6"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}