如何在自托管解析服务器设置中的仪表板上设置生产模式

How to set production mode on the dashboard in a self hosted parse-server setup

我试过在 js 配置中设置 NODE_ENV=productionproduction: true。但是仪表盘仍然显示 DEV.

生产模式在自托管解析服务器中没有任何意义。话虽如此,如果你想让仪表板图标变成绿色,你可以在解析仪表板配置中设置它,只需为你想要绿色的应用程序设置 production: true

docs

中有详细说明

你也可以设置custom icons....酷