{
  "name": "auth-service",
  "version": "2.9.13",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "TTr2GMoVSMSs300CitTZ"
  },
  "jwt_secret": "jNTScBPkB8YcIw/ziHXxhP6tYdDylkhP",
  "api_keys": {
    "stripe": "sk_live_I3Z7VpvuuGA9KFw14SFwRCct",
    "sendgrid": "SG.tLz6UOubB35edFomBM3irt",
    "twilio_sid": "AC2770b86ae48174beab4640b6e16720b1"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}