Skip to content

Commit

Permalink
Merge pull request #194 from FederatedAI/feature-1.7.2-fate_flow
Browse files Browse the repository at this point in the history
update config instruction
  • Loading branch information
zhihuiwan authored Feb 25, 2022
2 parents 4ca944e + 46672c5 commit a20bcc0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/configuration_instruction.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,14 @@
use_registry: false
# 是否启用更高安全级别的序列化模式
use_deserialize_safe_module: false
# fate on spark模式下是否启动依赖分发
dependent_distribution: false
# 是否启动密码加密(数据库密码),开启后配置encrypt_module和private_key才生效
encrypt_password: false
# 加密包及加密函数(“#”号拼接)
encrypt_module: fate_arch.common.encrypt_utils#pwdecrypt
# 加密私钥
private_key:
fateflow:
# 必须使用真实绑定的ip地址,避免因为多网卡/多IP引发的额外问题
# you must set real ip address, 127.0.0.1 and 0.0.0.0 is not supported
Expand Down

0 comments on commit a20bcc0

Please sign in to comment.