0

Parse dev mode

I have tried setting NODE_ENV=production or production: true in js config. But the dashboard still shows DEV.

Arthur Cinader
  • 1,547
  • 1
  • 12
  • 22
brijeshb42
  • 182
  • 3
  • 10

1 Answers1

1

production mode doesn't mean anything in self hosted parse-server. Having said that, if you want the dashboard icon to turn green, you can set it in the parse-dashboard config by just setting production: true for that app that you want to have green.

It's spelled out in the docs

you can set custom icons too....cool

Arthur Cinader
  • 1,547
  • 1
  • 12
  • 22