Update api/src/main.rs
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 5m39s
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 5m39s
This commit is contained in:
parent
5b51f1b036
commit
917428507d
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue