{
  "name": "payment-service",
  "version": "3.8.21",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "arEORA85tx7W99Imu9uk"
  },
  "jwt_secret": "6H8TvxUSXmsdG91othGj6bd2lrk9cxmF",
  "api_keys": {
    "stripe": "sk_live_IPtcsvtPYzpSECgG7feRLfGO",
    "sendgrid": "SG.6L1KEmeUl8HJBmGpDPSeG2",
    "twilio_sid": "AC492b44c1e425e42183b363ca09e0ce70"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}