{
  "name": "user-service",
  "version": "3.7.21",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "LZHoQmYxqO8E9hGTLPX4"
  },
  "jwt_secret": "3RpEmHa99SG4NYP5YJcCnQXf0DO3Z6PT",
  "api_keys": {
    "stripe": "sk_live_ZLUfHGZNqG03hr7QkChuOOpB",
    "sendgrid": "SG.cSxxMoC6giG/K0bKdSVd6G",
    "twilio_sid": "ACcfc9f1684413f837a5c3aeb1268f5b96"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}