credix
Version:
Official SDK for Credix Credit Management System
18 lines • 526 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DEFAULT_CONFIG = void 0;
/**
* Default configuration values
*/
exports.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