summaryrefslogtreecommitdiffstats
path: root/tests/Settings.toml
blob: b7fc7e929cef794bc7b55775915be4cab89d6b06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
debug = true
debug_s = "true"
production = false
production_s = "false"

# errors
boolean_s_parse = "fals"

arr = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]

[place]
name = "Torre di Pisa"
longitude = 43.7224985
latitude = 10.3970522
favorite = false
reviews = 3866
rating = 4.5

[place.creator]
name = "John Smith"