mirror of
https://github.com/rwf2/Rocket.git
synced 2025-01-16 06:29:08 +00:00
13 lines
210 B
TOML
13 lines
210 B
TOML
# 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"
|