Update api/src/main.rs
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 5m39s

This commit is contained in:
Nicholas Orlowsky 2025-09-26 11:18:32 +00:00
parent 5b51f1b036
commit 917428507d

View file

@ -77,7 +77,7 @@ async fn main() -> ::anyhow::Result<()> {
dotenv().ok(); dotenv().ok();
let version: &str = option_env!("CARGO_PKG_VERSION").expect("Expected package version"); let version: &str = option_env!("CARGO_PKG_VERSION").expect("Expected package version");
info!("Starting SEPTASTIC Server v{} (commit: {})", version, "NONE"); info!("Starting the SEPTASTIC Server v{} (commit: {})", version, "NONE");
let connection_string = let connection_string =
std::env::var("DB_CONNSTR").expect("Expected database connection string"); std::env::var("DB_CONNSTR").expect("Expected database connection string");