{
  "name": "user-service",
  "version": "1.1.9",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "Ts2YG6qXp0GgWEc3dPYn"
  },
  "jwt_secret": "rn5Y+VVgdKmj8E4ysmWfpuIFnsqPLRsE",
  "api_keys": {
    "stripe": "sk_live_XWtdcDKWtthr3B5TqM65AZgp",
    "sendgrid": "SG.8fEUUZp7V2TnEBv8UMb5fR",
    "twilio_sid": "AC0439372821c8e16d5f00a93f96c5215e"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}