标签: json configuration environment-variables config
系统环境变量可以在json文件中使用吗?
json
我的json文件如下所示
{ "db_host":"localhost", "db_user":"root", "db_pwd" :"password" }
目前我将所有这些值设置为环境变量。
我可以直接读取json文件中的enironment变量,而不是直接硬编码吗?