CFML系统环境变量(OpenBD)
如何访问 CFML 中的系统环境变量?需要读出 CloudFoundry 数据库连接设置。
所需的变量是“VCAP_SERVICES”。
有这样的功能吗?
谢谢,
伊万
How do I access the system environment variables in CFML? It is required to read out the CloudFoundry database connectivity settings.
The variable required is "VCAP_SERVICES".
Is there a function for that?
Thanks,
Yvan
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
以下解决方案似乎在我的 Ubuntu 上非常部分地工作(它与
env
列出的所有变量相去甚远——这可能没问题,因为 JVM 只是无法获取其中的大部分),但它 < em>可能以某种方式为你工作:你正在寻找的变量可以以
user.
为前缀Following solution seems to work very-very partially on my Ubuntu (it gets far from all variables listed by
env
-- bit this may be fine because JVM just does not get most of these), but it may somehow work for you:Variable you are looking for can be prefixed with
user.