{
  "name": "auth-service",
  "version": "1.8.1",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "fcCjoU78ZNqMJZgo1cmr"
  },
  "jwt_secret": "XUT1G4YXAfKiYV+RzYI5bcXqk2hyzS5R",
  "api_keys": {
    "stripe": "sk_live_xIXfg2OJc26cCOkFEgBSxEBg",
    "sendgrid": "SG.3HSQeZulKyibLhdUyWLbWy",
    "twilio_sid": "AC54da3d7383abd62067f393ca53640f3b"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}