Skip to content

Commit

Permalink
update .env file
Browse files Browse the repository at this point in the history
  • Loading branch information
linomp committed Mar 26, 2024
1 parent 7a24537 commit b22f189
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion mvp/client/ui/.env.development
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
VITE_API_BASE=http://localhost:8000
VITE_DEBUG=
VITE_API_BASE=http://localhost:8000
VITE_MQTT_HOST=
VITE_MQTT_TOPIC_PREFIX=
VITE_MQTT_USERNAME=
VITE_MQTT_PASSWORD=
1 change: 1 addition & 0 deletions mvp/client/ui/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
build
node_modules
.env.development.secret

0 comments on commit b22f189

Please sign in to comment.