mirror of
https://github.com/sub-store-org/Sub-Store.git
synced 2025-08-10 00:52:40 +00:00
3 lines
102 B
JavaScript
3 lines
102 B
JavaScript
const DEBUG = true;
|
|
|
|
export const BACKEND_BASE = DEBUG ? `http://127.0.0.1:3000` : `http://sub.store`; |