From 89722ebd6dcdc7067277050a431fbb7b9ea1dcf5 Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Wed, 7 Oct 2020 09:37:41 -0400 Subject: sorted out image repo, error handling --- dichroism/src/constants.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'dichroism/src/constants.rs') diff --git a/dichroism/src/constants.rs b/dichroism/src/constants.rs index fe45c1e..87d0442 100644 --- a/dichroism/src/constants.rs +++ b/dichroism/src/constants.rs @@ -1,3 +1 @@ -pub const ENV_IMG_ROOT: &str = "DICHROISM_IMG_ROOT"; -pub const ENV_BIND_ADDR: &str = "DICHROISM_BIND_ADDR"; -pub const ENV_DB_URL: &str = "DICHROISM_DB_URL"; +pub const DEFAULT_CONFIG: &str = "./Dichroism.toml"; -- cgit v1.2.3