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
zhangzhihan cf38475612 update
2020-05-13 11:45:57 +08:00

27 lines
1.1 KiB
Django/Jinja
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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 }}
oam.cli.user.admin=tsgadmin
oam.cli.user.user=tsguser
cli.rest.root=http://{{ bifang_api_ip }}:{{ bifang_api_port }}/v1
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