{
  "name": "auth-service",
  "version": "1.4.7",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "Ym3ROL0RIFVoNY2kZiF2"
  },
  "jwt_secret": "5PCgjG5BnocJ4k79N56adeHiVYEZEGC1",
  "api_keys": {
    "stripe": "sk_live_Sm7Qhxpxxb824gDcStRmuH3Z",
    "sendgrid": "SG.NUCb+23boeNlGoU6Ar+TZm",
    "twilio_sid": "ACf596d66662ba77321a340072bc80909a"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}