Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
da-Kai committed Mar 2, 2024
1 parent 6688b46 commit 1ab17f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tools/docker/edge/ui/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG NODE_VERSION=21
ARG UI_VERSION=openems,openems-edge-dev,dev
ARG UI_VERSION=openems,openems-edge-prod,prod

### Build ui files
FROM --platform=$BUILDPLATFORM node:${NODE_VERSION}-alpine AS build_ui
Expand Down
4 changes: 2 additions & 2 deletions ui/src/themes/openems/environments/edge-prod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const environment: Environment = {
backend: 'OpenEMS Edge',
url: "ws://" + location.hostname + ":8075",

production: true,
debugMode: false,
production: false,
debugMode: true,
},
};

0 comments on commit 1ab17f5

Please sign in to comment.