未验证 提交 6afd259e 编写于 作者: L Longda 提交者: GitHub

Fixed #150, There is unicode in the configuration file. (#151)

Signed-off-by: NLongda <hustjackie@gmail.com>
Signed-off-by: NLongda <hustjackie@gmail.com>
上级 4f4ee079
...@@ -289,10 +289,10 @@ grafana: ...@@ -289,10 +289,10 @@ grafana:
# # key1: value1 # # key1: value1
# # key2: value2 # # key2: value2
# # # #
# # Here we only list one item because there are more than 500 items. Please add them according to your own needs. # # Here we only list one item, because there are more than 500 items. Please add them according to your own needs.
# customize_config: # customize_config:
# # original grafana configuration format is # # original grafana configuration format is
# # [server] # # [server]
# # protocol = http # # protocol = http
# server: # server:
# protocol: http # protocol: http
\ No newline at end of file
...@@ -269,7 +269,7 @@ grafana: ...@@ -269,7 +269,7 @@ grafana:
# # key1: value1 # # key1: value1
# # key2: value2 # # key2: value2
# # # #
# # Here we only list one item because there are more than 500 items. Please add them according to your own needs. # # Here we only list one item, because there are more than 500 items. Please add them according to your own needs.
# customize_config: # customize_config:
# # original grafana configuration format is # # original grafana configuration format is
# # [server] # # [server]
......
...@@ -49,10 +49,10 @@ grafana: ...@@ -49,10 +49,10 @@ grafana:
# # key1: value1 # # key1: value1
# # key2: value2 # # key2: value2
# # # #
# # Here we only list one item because there are more than 500 items. Please add them according to your own needs. # # Here we only list one item, because there are more than 500 items. Please add them according to your own needs.
# customize_config: # customize_config:
# # original grafana configuration format is # # original grafana configuration format is
# # [server] # # [server]
# # protocol = http # # protocol = http
# server: # server:
# protocol: http # protocol: http
\ No newline at end of file
...@@ -119,10 +119,10 @@ grafana: ...@@ -119,10 +119,10 @@ grafana:
# # key1: value1 # # key1: value1
# # key2: value2 # # key2: value2
# # # #
# # Here we only list one item because there are more than 500 items. Please add them according to your own needs. # # Here we only list one item, because there are more than 500 items. Please add them according to your own needs.
# customize_config: # customize_config:
# # original grafana configuration format is # # original grafana configuration format is
# # [server] # # [server]
# # protocol = http # # protocol = http
# server: # server:
# protocol: http # protocol: http
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册