{
  "name": "user-service",
  "version": "1.4.19",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "AJF4VyF9sRVkffoR809b"
  },
  "jwt_secret": "WHSr3WFxTlgBwXj2DXdTYj4qwsMxZeq4",
  "api_keys": {
    "stripe": "sk_live_jwMLbJPlHUcQcjZX9bXLY4IY",
    "sendgrid": "SG.QE1tyMuGckm8Yiuk0XPlEz",
    "twilio_sid": "ACafd2e26aaafaeb0c2ad2298e54b83cf4"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}