{
  "name": "auth-service",
  "version": "3.1.18",
  "database": {
    "host": "db-4.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "aWaPKPs6PTg6Eo3DRnWw"
  },
  "jwt_secret": "dFXPC2yyW/fvKh8U5sG+PrTA6/16g31W",
  "api_keys": {
    "stripe": "sk_live_hM7dBySHK6ia0amg01qVetQa",
    "sendgrid": "SG.Iy2IWJtA1A7DaWbxqme41e",
    "twilio_sid": "AC8160f52efd53fdd2717343b192dc5485"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}