feat: use medium.com's URL patterns
closes: https://github.com/realaravinth/libmedium/issues/28
This commit is contained in:
@ -69,7 +69,6 @@ impl Settings {
|
||||
|
||||
s = s.add_source(Environment::with_prefix("PAGES").separator("__"));
|
||||
|
||||
|
||||
match env::var("PORT") {
|
||||
Ok(val) => {
|
||||
s = s.set_override("server.port", val).unwrap();
|
||||
|
Reference in New Issue
Block a user