Sub-Store/web/src/config.js
2020-08-31 02:14:45 +08:00

3 lines
108 B
JavaScript

const DEBUG = false;
export const BACKEND_BASE = DEBUG ? `http://192.168.1.134:3000` : `https://sub.store`;