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

27 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://192.168.161.134:8086
oam.influx.url=http://{{ 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
2020-05-13 11:45:57 +08:00
cli.rest.root=http://{{ bifang_api_ip }}:{{ bifang_api_port }}/v1
2020-01-25 22:15:16 +08:00
cli.rest.login=${cli.rest.root}/user/login
cli.rest.policy=${cli.rest.root}/policy/compile
cli.rest.policy.object=${cli.rest.root}/policy/object
cli.rest.policy.object.batch=${cli.rest.root}/policy/object/batch
oam.rest.timeout=10000