我在 Heroku 上部署了一个使用 Play Framework 开发的 Web 应用程序。部署失败返回此错误:
[error] p.a.l.c.CryptoConfigParser - The application secret has not been set, and we are in prod mode. Your application is not secure.
Run Code Online (Sandbox Code Playgroud)
“我们处于生产模式”是什么意思?在哪里设置模式?我必须改变它,因为它不是生产环境。
谢谢