mirror of
https://github.com/spl0k/supysonic.git
synced 2024-11-10 04:02:17 +00:00
14 lines
167 B
INI
14 lines
167 B
INI
|
[types]
|
||
|
float = 1.23
|
||
|
int = 42
|
||
|
string = Some text here
|
||
|
|
||
|
[booleans]
|
||
|
bool_false = false
|
||
|
bool_true = true
|
||
|
switch_false = off
|
||
|
switch_true = on
|
||
|
yn_false = no
|
||
|
yn_true = yes
|
||
|
|