From 743ae22168b1fcdf2e1e54bcadbb1bb3fce3370d Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Mon, 5 Oct 2020 22:05:58 -0400 Subject: started work on schema, models, and repos --- dichroism/src/constants.rs | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 dichroism/src/constants.rs (limited to 'dichroism/src/constants.rs') diff --git a/dichroism/src/constants.rs b/dichroism/src/constants.rs new file mode 100644 index 0000000..fe45c1e --- /dev/null +++ b/dichroism/src/constants.rs @@ -0,0 +1,3 @@ +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"; -- cgit v1.2.3