Add icarus_base_api_url_env #8

Merged
phoenix merged 4 commits from icarus_base_api_url_env into devel 2025-06-12 19:14:28 +00:00
Showing only changes of commit 6c402c1eb9 - Show all commits

View File

@@ -12,6 +12,7 @@ pub const SECRET_KEY: &str = "SECRET_KEY";
// Environment key for root directory for the icarus app // Environment key for root directory for the icarus app
pub const ROOT_DIRECTORY: &str = "ROOT_DIRECTORY"; pub const ROOT_DIRECTORY: &str = "ROOT_DIRECTORY";
// Environment key for icarus api url
pub const ICARUS_BASE_API_URL: &str = "ICARUS_BASE_API_URL"; pub const ICARUS_BASE_API_URL: &str = "ICARUS_BASE_API_URL";
pub mod error { pub mod error {