get host addr/port from database when requesting credentials

This commit is contained in:
2023-05-06 16:56:45 -07:00
parent 616600687d
commit 94400ba7d5
4 changed files with 55 additions and 39 deletions

View File

@ -1,3 +1,9 @@
#![cfg_attr(
all(not(debug_assertions), target_os = "windows"),
windows_subsystem = "windows"
)]
mod app;
mod cli;
mod config;