mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2025-10-17 03:01:30 +08:00
3 lines
108 B
JavaScript
3 lines
108 B
JavaScript
const DEBUG = false;
|
|
|
|
export const BACKEND_BASE = DEBUG ? `http://192.168.1.134:3000` : `https://sub.store`; |