Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/node.js/33.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
环境变量大小限制beanstalk node.js_Node.js_Security_Environment Variables_Amazon Elastic Beanstalk - Fatal编程技术网

环境变量大小限制beanstalk node.js

环境变量大小限制beanstalk node.js,node.js,security,environment-variables,amazon-elastic-beanstalk,Node.js,Security,Environment Variables,Amazon Elastic Beanstalk,我有一个带有node.js的aws beanstalk实例,其中.env的大小限制为4096字节。我需要的不止这些,我不可能把所有的秘密钥匙都放在这个地方。是否有其他方法加载.env或从远程服务器获取它

我有一个带有node.js的aws beanstalk实例,其中.env的大小限制为4096字节。我需要的不止这些,我不可能把所有的秘密钥匙都放在这个地方。是否有其他方法加载.env或从远程服务器获取它