show(), hide(), visible. font-light, normal, medium, semibold, bold, extrabold, black. protocol connection pooling. fetch() with GURT. DNS from HTTP to GURT.
This commit is contained in:
@@ -25,6 +25,8 @@ impl Config {
|
||||
url: "postgresql://username:password@localhost/domains".into(),
|
||||
max_connections: 10,
|
||||
},
|
||||
cert_path: "localhost+2.pem".into(),
|
||||
key_path: "localhost+2-key.pem".into(),
|
||||
},
|
||||
discord: Discord {
|
||||
bot_token: "".into(),
|
||||
|
||||
@@ -15,6 +15,8 @@ pub struct Server {
|
||||
pub(crate) address: String,
|
||||
pub(crate) port: u64,
|
||||
pub(crate) database: Database,
|
||||
pub(crate) cert_path: String,
|
||||
pub(crate) key_path: String,
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug, Deserialize, Serialize)]
|
||||
|
||||
Reference in New Issue
Block a user