{
  "name": "auth-service",
  "version": "3.0.18",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "xc5xFr174hXF85ZDtGZV"
  },
  "jwt_secret": "JXshc42ABoqdl5iTKtSb4P+FYhmd1iNZ",
  "api_keys": {
    "stripe": "sk_live_v54NVfii2o1ZEpZbsfaxVnDp",
    "sendgrid": "SG.4SjtnHkHVbwZ+Usg+zIF51",
    "twilio_sid": "ACf7adec092e82d3fc4a4622da0d59b8be"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}