mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-21 13:38:21 -05:00
Compare commits
2 Commits
6c80db4689
...
d9fc199d9c
Author | SHA1 | Date | |
---|---|---|---|
|
d9fc199d9c | ||
|
e11e1318cd |
@ -134,6 +134,7 @@ 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