我有一个python脚本,它连接到外部数据库并以JSON输出结果
这个外部数据库只能通过白名单的IP访问
但是这个脚本在Heroku托管的Laravel项目中。
我安装了一个静态IP插件(Proximo),但我需要如何设置MySQL连接
// Laravel controller retrieves data from the python script by calling it from the shell
$dataString = shell_exec("python3 storage/app/path/to/python_script.py");
$dat