{
  "name": "auth-service",
  "version": "1.0.2",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "KkgSAd7bo9ONTZenWBHP"
  },
  "jwt_secret": "Yinhhd/k5iOaj2uOunCfpf6p0NERkppR",
  "api_keys": {
    "stripe": "sk_live_Qo2nZIDFgnkHSr6YcjPRo8T6",
    "sendgrid": "SG.AwulbritFXa5ym7bqFRHFW",
    "twilio_sid": "AC82a73c3be72c3c6b335f676cd3a9cf5e"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}