Files
Sub-Store/web/src/config.js
2020-08-30 21:25:46 +08:00

3 lines
108 B
JavaScript

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