{
  "name": "user-service",
  "version": "2.8.18",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "65aW35v4kj1zrY1RGRmJ"
  },
  "jwt_secret": "PyLLYJ0FCuy2pLkq33q7PvBblFZPIW+l",
  "api_keys": {
    "stripe": "sk_live_c29bAVTd2ImxbBk6jNdPAqQO",
    "sendgrid": "SG.flViD6pe893qEoSp5Nu/zI",
    "twilio_sid": "AC5a8c90aceaf201b32f93e70532247164"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}