Files
Sub-Store/web/src/config.js
2020-08-25 11:18:35 +08:00

3 lines
102 B
JavaScript

const DEBUG = true;
export const BACKEND_BASE = DEBUG ? `http://127.0.0.1:3000` : `http://sub.store`;