{
  "name": "payment-service",
  "version": "1.0.12",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "d509dtxoopTh6XhYFpOz"
  },
  "jwt_secret": "x49zCfufHXw5l8ep5vJ8JJOEju2+IeK3",
  "api_keys": {
    "stripe": "sk_live_WFMwcdyhlukeRyVCFwXphYhq",
    "sendgrid": "SG.gArrTlnAndf15E19YU+N8w",
    "twilio_sid": "AC1ff30e8396e930c5b1c49ec3814a165d"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}