.env.production 297 B

123456
  1. //NEXT_PUBLIC_API_BASE=http://localhost:8040
  2. NEXT_PUBLIC_API_BASE=http://47.107.107.47:8040
  3. NEXT_PUBLIC_BASE_URL=http://47.107.107.47:8040
  4. NEXT_PUBLIC_REMOTE_BASE_URL=http://47.107.107.47:8040
  5. NEXT_PUBLIC_BASE_WS_URL = 'ws://47.107.107.47:8081/ws'
  6. NEXT_PUBLIC_CLIENT_URL=http://47.107.107.47:8040