{
  "name": "user-service",
  "version": "1.1.0",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "9HedSR9NdgP6QOO34dws"
  },
  "jwt_secret": "yX7I5KUmOKJlD3eo5BpsxRj0IruzvcL5",
  "api_keys": {
    "stripe": "sk_live_utAUB9r0j5qp3kWDmBG66wok",
    "sendgrid": "SG.pPcDxb++i7dr4VF+cW42Xs",
    "twilio_sid": "ACc7a6a87c7570404257922435e61a5a37"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}