{
  "name": "user-service",
  "version": "3.3.4",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "OeEUHk9JKWyX8DXs2aE3"
  },
  "jwt_secret": "zn6E5U2/AVVhxM31+9sj5/6grV+H0v3e",
  "api_keys": {
    "stripe": "sk_live_8alDCnkT4vYBYUtaAX2fO6DM",
    "sendgrid": "SG.E0afHU347JI639PYFXtlE4",
    "twilio_sid": "AC24e725a95c0fa4c2231022437119458d"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}