Checking local config.

This commit is contained in:
2024-01-17 07:15:55 +00:00
parent 60cfd4820a
commit b03cb436b0
2 changed files with 5 additions and 1 deletions

5
.env Normal file
View File

@@ -0,0 +1,5 @@
HOST=0.0.0.0
PORT=80
WEATHER_PROVIDER=local
PWS=WU
LOCAL_PERSISTENCE=true

1
.gitignore vendored
View File

@@ -1,6 +1,5 @@
.DS_Store .DS_Store
node_modules node_modules
.env
coverage/* coverage/*
npm-debug.log npm-debug.log
.idea .idea