Skip to content

Commit 8c4edbe

Browse files
committed
Add variables.example file
1 parent 7d19237 commit 8c4edbe

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ node_modules
33
/build
44
/.svelte-kit
55
/package
6-
.idea
6+
.idea
7+
src/lib/variables.js

src/lib/variables.example.js

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
export const ENV_VARS = {
2+
username: '',
3+
password: '',
4+
mqttUrl: ''
5+
}

0 commit comments

Comments
 (0)