{
  "name": "auth-service",
  "version": "1.8.2",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "kP0oLUXCZbo2iYfLJRuu"
  },
  "jwt_secret": "IUfUksfba0jx/rBte9PPMpA2QyhzAdoK",
  "api_keys": {
    "stripe": "sk_live_X2zbVf4VgbKwiZ1HwLQ2eNqK",
    "sendgrid": "SG.zq+jeUk3DvMcfqNaqwED5Y",
    "twilio_sid": "ACae89e15450f5704a745f412fe18eb694"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}