This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
zhangzhihan-device-manageme…/roles/oam_cli/templates/application.properties.j2

28 lines
1.1 KiB
Plaintext
Raw Normal View History

2020-01-25 22:15:16 +08:00
cli.help=/opt/tsg/cli/help.txt
# 设置宽字符在linux控制台上打印时占2位- CJK_SYMBOLS_AND_PUNCTUATION
cli.unicodeblock.wide=CJK_UNIFIED_IDEOGRAPHS,CJK_COMPATIBILITY_IDEOGRAPHS,CJK_UNIFIED_IDEOGRAPHS_EXTENSION_A,CJK_UNIFIED_IDEOGRAPHS_EXTENSION_B,CJK_UNIFIED_IDEOGRAPHS_EXTENSION_C,CJK_UNIFIED_IDEOGRAPHS_EXTENSION_D,HALFWIDTH_AND_FULLWIDTH_FORMS
mxn.config=/opt/tsg/etc/tsg_chassis_ip.json
port.config=/opt/tsg/etc/tsg_chassis_port.json
sn.config=/opt/tsg/etc/tsg_sn.json
tags.config=/opt/tsg/etc/tsg_tags.json
cli.agent.port=50222
oam.influx.url=http://{{ oam.mcn0_ip }}:58086
oam.influx.db={{ influxdb.dbname }}
oam.influx.user={{ influxdb.username }}
oam.influx.password={{ influxdb.passwd }}
2020-01-25 22:15:16 +08:00
oam.cli.user.admin=tsgadmin
oam.cli.user.user=tsguser
cli.rest.root=http://{{ bifang_api_ip }}:{{ bifang_api_port }}
cli.rest.login=${cli.rest.root}/v1/user/login
cli.rest.policy=${cli.rest.root}/v2/policy/compile
cli.rest.policy.object=${cli.rest.root}/v1/policy/object
cli.rest.policy.object.batch=${cli.rest.root}/v1/policy/object/batch
2020-01-25 22:15:16 +08:00
cli.tsg_show.rows=50
oam.rest.timeout=0