UNPKG

credix

Version:

Official SDK for Credix Credit Management System

15 lines 421 B
/** * Default configuration values */ export const DEFAULT_CONFIG = { // Stripe/Resendの設計に倣い、SDK内で本番ドメインを固定 baseUrl: 'https://om-sdk-gateway-70t3kruk.an.gateway.dev', timeout: 30000, maxRetries: 3, debug: false, }; /** * API endpoints configuration */ // API base paths and endpoints removed from config to reduce duplication. //# sourceMappingURL=config.js.map