{
  "name": "user-service",
  "version": "1.9.27",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "gGo6ueOy8STbWwgzpL16"
  },
  "jwt_secret": "qSeOEY6cOaavtqCK7IzoqwcS3WLyQi4L",
  "api_keys": {
    "stripe": "sk_live_lBTYZazRm0C2zqwhS9S0yDDL",
    "sendgrid": "SG.tvILWzGwTPdCdKJx8mYxoj",
    "twilio_sid": "AC8e167610425fdbea4e77d537209efefc"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}