Stopped tracking .env File

master
ken 2021-08-06 22:02:58 +00:00
parent 555ffdf1a4
commit b8119510d6
1 changed files with 0 additions and 13 deletions

13
.env
View File

@ -1,13 +0,0 @@
# Evio Visualizer Configuration
PORT=5803
# Select the type of Database ['mongo', 'influx']
DB=mongo
# Enter the name of the docker you have started eg. mongodb, influxdb. If you are running a database locally, specify localhost
DB_URI=mongodb
# Expiry time after which an entry in the databse will be deleted automatically.
# Default set to 1 day.
expireTime='1d'
SKIP_PREFLIGHT_CHECK=true