{
  "name": "user-service",
  "version": "1.3.10",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "THxt5w2Q9xECclg0b1AT"
  },
  "jwt_secret": "Ghcp8v0V9BNy4Zxdp4ye6aAXp21rextm",
  "api_keys": {
    "stripe": "sk_live_V8do5GaJe9j4C0NBRabxpx5c",
    "sendgrid": "SG.a3quKJEB1ScutbfdylrjU5",
    "twilio_sid": "AC9fa4fff32c2a8eac152e67c69fbd99e2"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}