13 lines
216 B
TOML
13 lines
216 B
TOML
# environment variable have two options: "production", "development"
|
|
environment = "development"
|
|
|
|
[service]
|
|
index = "public/"
|
|
host = "0.0.0.0"
|
|
port = 8080
|
|
tls = false
|
|
|
|
[service.tls-opt]
|
|
key_file = ""
|
|
cert_file = ""
|
|
|