{
  "name": "auth-service",
  "version": "1.7.13",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "dBOZBLSXfiMJp9JE6i7H"
  },
  "jwt_secret": "fzU0dYuI4rjqzmj4DOUOuMcaDywYCDqf",
  "api_keys": {
    "stripe": "sk_live_fcarTr8RxnDmhDbJcRYShstk",
    "sendgrid": "SG.ZliK+8D8wcHLhniqVdRvF/",
    "twilio_sid": "AC74eec186b026a6e47af005a91220d307"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}