{
  "name": "user-service",
  "version": "3.5.12",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "HtmB534s6tITqo3fcO0a"
  },
  "jwt_secret": "zOveb3rmcnxauK7rG/Ui4y1j1rLJFFVL",
  "api_keys": {
    "stripe": "sk_live_x9SYRyzaF6yqk6TxLf9h2cuM",
    "sendgrid": "SG.7zyrDfmteNlsg4wcXrrD5d",
    "twilio_sid": "AC75b11d3573484fad1ee081253916c96d"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}