feat: keep a local record of important skynet info
This commit is contained in:
parent
beab2cb97b
commit
b9fdde4033
3 changed files with 85 additions and 9 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue