mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-22 05:58:21 -05:00
Compare commits
1 Commits
d9fc199d9c
...
6c80db4689
Author | SHA1 | Date | |
---|---|---|---|
|
6c80db4689 |
@ -134,7 +134,6 @@ impl Config {
|
|||||||
});
|
});
|
||||||
|
|
||||||
Ok(Config {
|
Ok(Config {
|
||||||
operating_system_tls_certificates: globals.get::<_, bool>("operating_system_tls_certificates")?,
|
|
||||||
port: globals.get::<_, u16>("port")?,
|
port: globals.get::<_, u16>("port")?,
|
||||||
binding_ip: globals.get::<_, String>("binding_ip")?,
|
binding_ip: globals.get::<_, String>("binding_ip")?,
|
||||||
style: Style::new(
|
style: Style::new(
|
||||||
|
Loading…
Reference in New Issue
Block a user