12 lines
133 B
TOML
12 lines
133 B
TOML
|
[development]
|
||
|
address = "localhost"
|
||
|
port = 8000
|
||
|
|
||
|
[staging]
|
||
|
address = "0.0.0.0"
|
||
|
port = 80
|
||
|
|
||
|
[production]
|
||
|
address = "0.0.0.0"
|
||
|
port = 80
|