{
  "name": "user-service",
  "version": "3.0.5",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "KTw57zSq6dnVlYELu4IA"
  },
  "jwt_secret": "eyB9y9zLXN35wMBk+hnn1QGsI3KZGo3A",
  "api_keys": {
    "stripe": "sk_live_yW2kJQnL4rZudVaC7wXPK9P7",
    "sendgrid": "SG.H9Efw+jNCi46G3QmIEF+xp",
    "twilio_sid": "AC4e3bdbfd9c0c3ae681fa191f5a9a9fa3"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}