diff --git a/.env b/.env deleted file mode 100644 index ae6d05d..0000000 --- a/.env +++ /dev/null @@ -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