{
  "name": "user-service",
  "version": "1.0.18",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "sZQ03DZX2V9GAPWrKugJ"
  },
  "jwt_secret": "I7xQ6xUS8EfjAbKN7f+nPTIYOEGZhb0d",
  "api_keys": {
    "stripe": "sk_live_VXLQU2a4bpzl9yMLohjgL4me",
    "sendgrid": "SG.NX7ZoLDr2Bsgg8/wurrg+v",
    "twilio_sid": "AC1fcb7f685bc364eec8b75bd1ffff6878"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}