{
  "name": "user-service",
  "version": "3.3.10",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "sZ6b9BAyp5hPkfzhyPrL"
  },
  "jwt_secret": "aBKr5PACJfD1JVTerKQf9HMV9EN06MKV",
  "api_keys": {
    "stripe": "sk_live_piu9CV8YuH4W4me8rT3kd309",
    "sendgrid": "SG.6omCkq56rb6WUAL6ceasSs",
    "twilio_sid": "AC37d2abeada076566bde168650d20eacf"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}