feat: keep a local record of important skynet info

This commit is contained in:
silver 2023-06-04 21:16:24 +01:00
parent beab2cb97b
commit b9fdde4033
3 changed files with 85 additions and 9 deletions

View file

@ -5,7 +5,7 @@ use skynet_ldap_server::methods::account_new::{post_new_account, post_new_accoun
#[async_std::main]
async fn main() -> tide::Result<()> {
let config = get_config();
let db = db_init(&config.database).await?;
let db = db_init(&config).await?;
let host_port = config.host_port.clone();