Change port

This commit is contained in:
BitHeaven 2024-03-22 14:39:42 +05:00
parent ce4204ed49
commit 9183bcae28

View File

@ -96,7 +96,7 @@ type DBPool = Arc<Pool<ConnectionMgrTcp>>;
type FullBytes = Result<Response<Full<Bytes>>>;
const PORT: u16 = 8081;
const PORT: u16 = 8083;
const DB_POOL: u32 = 32;
const DB_ADDR: &str = "192.168.1.49";