feat: deploy to vercel & use ALB on ecs
This commit is contained in:
@@ -98,7 +98,7 @@ async fn run() -> std::io::Result<()> {
|
||||
),
|
||||
)
|
||||
})
|
||||
.bind(("0.0.0.0", 8080))?
|
||||
.bind((env::var("ADDRESS").unwrap_or("0.0.0.0".to_string()), 8080))?
|
||||
.run()
|
||||
.await
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user