{
  "name": "user-service",
  "version": "1.0.3",
  "database": {
    "host": "db-4.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "N98ZJi48swxbnwJ0hfF7"
  },
  "jwt_secret": "6QVbght3OuhCZfGNGeadyFwYemdmLxCw",
  "api_keys": {
    "stripe": "sk_live_qAqr9bf0WvdNlagtnR1NFP0M",
    "sendgrid": "SG.1xTvuRpwe/JWVA3IHgxU30",
    "twilio_sid": "AC6b9c82c3e66d2b5719decb7314b187c7"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}