{
  "name": "payment-service",
  "version": "2.6.5",
  "database": {
    "host": "db-3.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "896LdxJhbV8Roq9h3nkz"
  },
  "jwt_secret": "sZ6P4xLw3FKkgWDekaQV7wMo6oQbp0RS",
  "api_keys": {
    "stripe": "sk_live_51W0uYC2QQKbobqV3CQUgoWg",
    "sendgrid": "SG.wFwB8CZLNh80pR+2ADGixf",
    "twilio_sid": "ACd951b513716a7bf436c264aead65945b"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}