读取配置文件示例读取配置文件示例# 初始化全局的guard环境from usr.bin.guard import GuardContextguard_context = GuardContext()#读取配置文件示例config = guard_context.service_config["cloud"]# 读取/usr/etc/app_config/cloud/config.json 配置文件内容返回的字典对象