{
  "name": "auth-service",
  "version": "1.9.5",
  "database": {
    "host": "db-4.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "NfgDLgWurohjJaVx14XI"
  },
  "jwt_secret": "A1pmCCmz7h44/kBKJpL7a7JQIvNM2bby",
  "api_keys": {
    "stripe": "sk_live_syZutLhaJk8xyLv9bj7T1UAY",
    "sendgrid": "SG.n9IIne3OXL+SkbFKtTWCew",
    "twilio_sid": "AC46953003b431fae12bb1a30d95cdf521"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}