add env-example
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -7,6 +7,8 @@ yarn-error.log*
|
|||||||
pnpm-debug.log*
|
pnpm-debug.log*
|
||||||
lerna-debug.log*
|
lerna-debug.log*
|
||||||
|
|
||||||
|
.env
|
||||||
|
|
||||||
node_modules
|
node_modules
|
||||||
dist
|
dist
|
||||||
dist-ssr
|
dist-ssr
|
||||||
|
|||||||
4
env.example
Normal file
4
env.example
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
VITE_API_URL=https://api.example.com
|
||||||
|
VITE_APP_NAME=MyReactApp
|
||||||
|
VITE_MQTT_SERVER=mosquitto-apotek-2
|
||||||
|
# VITE_MQTT_SERVER=117.102.231.130
|
||||||
Reference in New Issue
Block a user