-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathexample.toml
More file actions
53 lines (41 loc) · 729 Bytes
/
Copy pathexample.toml
File metadata and controls
53 lines (41 loc) · 729 Bytes
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
title = "string"
[[products]]
name = "string"
price = 0.0
[[products]]
name = "string"
price = 0.0
[application]
services = ["string", "string", "string"]
version = "string"
[[data.clients]]
id = 0
name = "string"
[[data.clients]]
id = 0
name = "string"
[database]
connection_max = 0
enabled = false
ports = [0, 0, 0]
server = "string"
[database.credentials]
password = "string"
username = "string"
[features]
feature_x = false
feature_y = false
feature_z = false
[[metrics.counters]]
labels = ["string", "string"]
name = "string"
[[metrics.histograms]]
buckets = [0.0, 0.0, 0.0, 0.0]
name = "string"
[server]
environment = "string"
hostname = "string"
ip = "string"
[server.logging]
file = "string"
level = "string"