8 lines
144 B
TOML
8 lines
144 B
TOML
[development]
|
|
address="localhost"
|
|
port=8080
|
|
templates_dir="static/html/"
|
|
[production]
|
|
address="localhost"
|
|
port=8080
|
|
templates_dir="static/html/" |