olexnzarov / pm2-web-ui

(Not so) modern web interface for PM2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not working

RoxyBoxxy opened this issue · comments

npm run start

> pm2-web-ui@1.0.0 start /home/raz/pm2-web-ui
> next start

> Ready on http://localhost:3000

But on the web side of it i get
image

I encounter the same problem

You need to have mongodb running

How to set environment variables for MONGODB_URI and SALT

$ export MONGODB_URI=mongodb://127.0.0.1:27017
$ echo $MONGODB_URI
$ export SALT=YourDesiredPassword
$ echo $MONGODB_URI