Rocket/examples/todo/Rocket.toml

13 lines
210 B
TOML
Raw Normal View History

# TODO: Allow a `global` pseudo-environment that overrides all environments.
# [global]
# template_dir = "static"
[dev]
template_dir = "static"
[stage]
template_dir = "static"
[prod]
template_dir = "static"