Flask没有使用supervisor,gunicorn和nginx读取环境变量

时间:2016-01-10 11:35:17

标签: python nginx flask gunicorn supervisor

我正在尝试将一个烧瓶应用程序部署到我的Cent OS服务器,但我认为它无法读取由主管设置的环境变量。

这是我的主管conf为烧瓶应用程序

[program:philms]
environment=PHILMS_SECRET="supersecretkey",PHILMS_API_SECRET="shmickles"
command = gunicorn philms.app:create_app\(\) -b 0.0.0.0:5000
directory = /sites/philms
user = wilson

我已尝试在.bashrc中设置变量,但这不起作用。而且我看不出我的主管conf。

0 个答案:

没有答案