Added comment

This commit is contained in:
2025-06-12 15:12:55 -04:00
parent ecc07d04a6
commit 6c402c1eb9

View File

@@ -12,6 +12,7 @@ pub const SECRET_KEY: &str = "SECRET_KEY";
// Environment key for root directory for the icarus app
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 mod error {