{
  "name": "auth-service",
  "version": "1.2.15",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "ju3eivrllaPIxZKmp6w0"
  },
  "jwt_secret": "IyHZoewLP8MVJBwQ8lveUukmpalxNbfu",
  "api_keys": {
    "stripe": "sk_live_Le84UQrdYEblTOSGUhxsMWYn",
    "sendgrid": "SG./Hal1f2zWqGLVv3vzFDlP7",
    "twilio_sid": "ACfe4af12714c647eb369f4df5744f7f63"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}