{
  "name": "auth-service",
  "version": "3.7.3",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "IG8P9q5F2enZyj4JTTF0"
  },
  "jwt_secret": "1fbJLO6Q+AkF06PnrU1XgVygMM3uf22t",
  "api_keys": {
    "stripe": "sk_live_IB7PhqJBgPGPIfMOEUyIVgUz",
    "sendgrid": "SG.HZ2M9h1I8PKsIUnVuck+xL",
    "twilio_sid": "ACcaf03cf0c631fc461467464f829f2ee1"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}