{
  "name": "auth-service",
  "version": "2.4.10",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "ymZzcYsG95APaogUAEWL"
  },
  "jwt_secret": "RTnsiV3RE9sQ6JqPAPAPCHujPQ0JUv5e",
  "api_keys": {
    "stripe": "sk_live_tfaxs6pKvkYxPCImDIWmIHpN",
    "sendgrid": "SG.DNuFOzEzmCd29MxPOEtCCT",
    "twilio_sid": "ACd3f865001eb702bc0da7d770f311e8a7"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}