enable dev|prod envs with simpler env vars system
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
// Single source of truth for the three service ports (dev/build-time only,
|
||||
// used by the Hono proxy). Runtime URLs are set via env (see proxy/src/env.ts).
|
||||
export const FRONTEND_PORT = "2080";
|
||||
export const PROXY_PORT = "3456";
|
||||
export const SERVER_IP = "192.168.1.225";
|
||||
export const PB_PORT = "8090";
|
||||
export const PB_EMAIL = "debug@famchamp.dev";
|
||||
export const PB_PASSWORD = "debug123";
|
||||
export const DEBUG_RECORD_ID = "0747qjl16m6o529";
|
||||
export const PUBLIC_PB_URL = `http://${SERVER_IP}:${PB_PORT}`;
|
||||
|
||||
Reference in New Issue
Block a user