-
Notifications
You must be signed in to change notification settings - Fork 0
/
mape.example.yml
57 lines (53 loc) · 1.23 KB
/
mape.example.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
debug: yes
redis:
url: redis://localhost:6379
embed: yes
rest:
host_port: 0.0.0.0:6060
influxdb:
url: http://localhost:8086
username: user
password: qwerty123456
org: univaq
bucket: mape
token: CAUow6RTwUr5__6YE4MRCAyvxEIcStWcxHZD88d0E5yqbvNjziJ-e0x6BnEWTammct6qzHsak8-n7PKMnoMTaA==
embed: yes
debug: no
#list_example:
# - A
# - B
# - C
#
#list_example2: [A, B, C]
#
#block_sequence:
# - name: PyYAML
# status: 4
# license: MIT
# language: Python
# - name: PySyck
# status: 5
# license: BSD
# language: Python
#
#aliases:
# left hand: &A
# name: The Bastard Sword of Eowyn
# weight: 30
# right hand: *A
#
#scalars:
# plain: Scroll of Remove Curse
# single-quoted: 'EASY_KNOW'
# double-quoted: "?"
# literal: | # Borrowed from http://www.kersbergen.com/flump/religion.html
# by hjw ___
# __ /.-.\
# / )_____________\\ Y
# /_ /=== == === === =\ _\_
# ( /)=== == === === == Y \
# `-------------------( o )
# \___/
# folded: >
# It removes all ordinary curses from all equipped items.
# Heavy or permanent curses are unaffected.