Added config file for db #9

Merged
phoenix merged 32 commits from db into devel 2025-04-03 13:59:56 +00:00
Showing only changes of commit 945dd5f73e - Show all commits

View File

@@ -73,7 +73,6 @@ async fn test_db_health_check() {
println!("Test Database: {}", conn_string);
let _test_pool =
match PgPoolOptions::new().connect(conn_string).await {
Ok(_) => {
assert!(true, "Success");