mirror of https://github.com/EdgeVPNio/portal.git
Stopped tracking .env File
parent
555ffdf1a4
commit
b8119510d6
13
.env
13
.env
|
@ -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
|
Loading…
Reference in New Issue