{
  "name": "user-service",
  "version": "1.0.8",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "io60svupSW11KtytR5Cq"
  },
  "jwt_secret": "NnH/nk5MJLsnvAW88bo1DUXUn1yThm23",
  "api_keys": {
    "stripe": "sk_live_b7Fsgl9KWmUrqJVlGoI26EKv",
    "sendgrid": "SG.72ZBTOxhvzzqEM2E8zKLUf",
    "twilio_sid": "ACf6015148523fde2bf8fe3be6077955a3"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}