rototo 0.1.0-alpha.2

Control plane for runtime configuration in application code.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
schema_version = 1

[variable]
description = "Whether the user should receive admin UI affordances"
type = "bool"

[variable.values]
off = false
on = true

[variable.env._]
value = "off"