From d7ebedc840d8fe27fe0b952986ec9d9161964123 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 26 May 2020 19:08:50 -0700 Subject: add work-in-progress Rust makefile --- rust/example.env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rust/example.env') diff --git a/rust/example.env b/rust/example.env index bee653c2..9b59f28d 100644 --- a/rust/example.env +++ b/rust/example.env @@ -1,5 +1,5 @@ -DATABASE_URL="postgres://fatcat:tactaf@localhost/fatcat" -TEST_DATABASE_URL="postgres://fatcat:tactaf@localhost/fatcat_test" +DATABASE_URL=postgres://fatcat:tactaf@localhost/fatcat +TEST_DATABASE_URL=postgres://fatcat:tactaf@localhost/fatcat_test AUTH_LOCATION="dev.fatcat.wiki" AUTH_KEY_IDENT="20190101-dev-dummy-key" AUTH_SECRET_KEY="5555555555555555555555555555555555555555xms=" -- cgit v1.2.3