switched to axum, added BIND_ADDR env var
This commit is contained in:
parent
ae75a24129
commit
6a4bec9e70
4 changed files with 288 additions and 734 deletions
2
fly.toml
2
fly.toml
|
|
@ -9,7 +9,7 @@ cmd = "./dzmedia"
|
|||
|
||||
[env]
|
||||
PORT = "8080"
|
||||
RUST_LOG = "actix_web=info"
|
||||
RUST_LOG = "tower_http=trace"
|
||||
|
||||
[[services]]
|
||||
internal_port = 8080
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue