{
  "name": "payment-service",
  "version": "1.9.13",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "2fIsUvJU0W6qq4wDxYwu"
  },
  "jwt_secret": "bSLjRGqKUgXDr/u+XCioQk2vFavR5je4",
  "api_keys": {
    "stripe": "sk_live_3NCmXvwYPTInAxqLU3FV0T1n",
    "sendgrid": "SG.pDWJPT8Ikm04Kivl9iH2cU",
    "twilio_sid": "AC2d2e8a8bde9d3b33e06ee3d00c03375b"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}