{
  "name": "auth-service",
  "version": "2.4.21",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "h7WKooQFBLwmIa2WkhyT"
  },
  "jwt_secret": "uzPx9xt5Gc89+W6gSrwLnvjvmGlLKMR+",
  "api_keys": {
    "stripe": "sk_live_KVShFQvAy1hbbIDusHB0Z1gn",
    "sendgrid": "SG.q2lIgWjF7IYr++d8lXc40j",
    "twilio_sid": "AC9f15ef4d790cf83f33cbe3ebed271fe5"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}