Skip to content
Snippets Groups Projects
Commit db65bba5 authored by Paul's avatar Paul :turtle:
Browse files

fix release build bug

parent 75161247
No related branches found
No related tags found
1 merge request!3Resolve "change KV-database to sled"
Pipeline #4611 passed
......@@ -142,6 +142,6 @@ fn rocket_config() -> rocket::Config {
fn rocket_config() -> rocket::Config {
let mut conf = rocket::Config::release_default();
conf.port = CONFIG.bind_port as u16;
conf.address = CONFIG.bind_address.parse().unwrap();
conf.address = CONFIG.bind_address;
conf
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment