From b8119510d6f8274b3398bcd31cf044618621f755 Mon Sep 17 00:00:00 2001 From: ken Date: Fri, 6 Aug 2021 22:02:58 +0000 Subject: [PATCH] Stopped tracking .env File --- .env | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 .env 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