Plesk Nodejs 上的环境变量

发布于 2025-01-16 10:20:40 字数 263 浏览 0 评论 0原文

我已在 Plesk 上托管了我的节点 api。但我找不到任何地方可以添加我的环境变量,以便我的 api 可以工作。

如下图所示。自定义变量选项位于应用程序启动文件下方,但在我的情况下它不在那里。

输入图片此处描述

I have hosted my node api on Plesk. But i cant find anywhere to add my env variables so that my api could work.

As you can see in the below image. custom variables option is below Application Startup File but in my case its not there.

enter image description here

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

久隐师 2025-01-23 10:20:40

(仅限 Linux 版 Plesk)自定义环境变量 - 您可以在此处查看为应用程序设置的自定义环境变量列表(如果有)。单击“[指定]”为您的应用程序添加或删除环境变量:

  • 单击“添加变量”将另一个环境变量添加到列表中。
  • 在左侧字段中输入变量名称,并在其中输入所需的值
    右边的。
  • 通过单击相应的变量来编辑列表中已有的变量
    字段并输入新的变量名称或值。
  • 单击变量旁边的删除将其从列表中删除。

如果您在 Linux 环境上运行 Plesk,则上述选项可用,否则您需要按照以下步骤操作。

您需要在应用程序文件夹外部使用 .env 并创建自定义脚本,并传递这些 .env 并在运行节点脚本时将它们作为参数发送。 检查此链接是否有帮助。

(Plesk for Linux only) Custom environment variables - Here you can see a list of custom environment variables you have set for your application (if any). Click “[specify]” to add or remove environment variables for your application:

  • Click Add variable to add another environment variable to the list.
  • Type in the variable name in the left field, and its desired value in
    the right.
  • Edit the variables already on the list by clicking the corresponding
    field and typing in the new variable name or value.
  • Click Remove next to a variable to remove it from the list.

If you running Plesk on Linux env then the above option is available else you need to follow the below steps.

You need to use .env outside the application folder and create a custom script and pass these .env and send them as arguments when you run the node script. Check this link if it helps.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文