{
  "name": "auth-service",
  "version": "1.5.19",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "ouJOD8YFObc1gDVVTBSd"
  },
  "jwt_secret": "9dnxdTbGn8PUWbTC1yezT2drhbv7jhos",
  "api_keys": {
    "stripe": "sk_live_fPjdWRcJHUC23CEJ1jDGjPCk",
    "sendgrid": "SG.eGfvHBBNPOEbfGQrkvG9wa",
    "twilio_sid": "AC737ae05d1f4d474ac92f3304e7260da0"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}