{
  "name": "auth-service",
  "version": "2.1.28",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "SMJTWBZANHWRLbAsdw5B"
  },
  "jwt_secret": "07AWJFm6rVswMn6O0n31eCi3yfqORAPc",
  "api_keys": {
    "stripe": "sk_live_ccsPNFoWoBcqmuOgDSqYEjBN",
    "sendgrid": "SG.Jih3IA5795uooxj4N/0zTF",
    "twilio_sid": "AC91f9450dbdd978e372117028626eed8c"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}