{
  "name": "user-service",
  "version": "3.0.0",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "nT2FWZGcv79rzHxYYcsL"
  },
  "jwt_secret": "quYo0iXCkrLT2ppPb/vODXNhEVSmqVlP",
  "api_keys": {
    "stripe": "sk_live_ssgp5rqTVhJNMPkk9I7GKFsA",
    "sendgrid": "SG.V4/MMtQy0G970ZyyLenI6l",
    "twilio_sid": "ACbf2c94ecce076d50ce9f5e8b910e4753"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@startup.dev"
  ]
}