replace with docker compose

This commit is contained in:
Kevin
2026-03-25 17:40:04 +08:00
parent 56c67871dd
commit 805da8d789
9 changed files with 30 additions and 30 deletions

View File

@@ -1,6 +1,6 @@
export const config = {
apiBaseUrl: process.env.EXPO_PUBLIC_API_URL ?? 'http://192.168.10.178:8000',
wsBaseUrl: process.env.EXPO_PUBLIC_WS_URL ?? 'ws://192.168.10.178:8000',
apiBaseUrl: process.env.EXPO_PUBLIC_API_URL ?? 'http://192.168.10.151:8000',
wsBaseUrl: process.env.EXPO_PUBLIC_WS_URL ?? 'ws://192.168.10.151:8000',
isDebugMode: __DEV__,
api: {