{
  "name": "auth-service",
  "version": "3.8.13",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "2YHQSnGCnMbx8cA2GBp0"
  },
  "jwt_secret": "NXDogS/F6qHUeJ7I44Ig1gUrwKt2HSxY",
  "api_keys": {
    "stripe": "sk_live_ZL0g2RFfy6bKy1zjifUElZr7",
    "sendgrid": "SG.RPZomU8YYSb11i3Ny0DHV2",
    "twilio_sid": "AC1be50372b86ba85ac316d40408e5cf67"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}