{
  "name": "user-service",
  "version": "2.5.2",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "RvKTxrRENvAgBKYLnfB9"
  },
  "jwt_secret": "Zl5tNwh7QYPMusR7b069vNkf3n3HkVNh",
  "api_keys": {
    "stripe": "sk_live_wEVSIWQKjyi0GPOrMsSPbLID",
    "sendgrid": "SG.ryCT2icXg1ztAOg/k/qA2n",
    "twilio_sid": "AC56049316f2e66a7433465b99b9c808be"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}