From c9579cb9ca2a6a165d10f128e0af1dfd372e0c03 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Sun, 21 Mar 2021 20:04:39 +0000 Subject: Implement server (#23) * Add initial database and server setup * Set up all routes, auth, etc * Implement sessions, password auth, hashing with argon2, and history storage --- .env | 1 + 1 file changed, 1 insertion(+) create mode 100644 .env (limited to '.env') diff --git a/.env b/.env new file mode 100644 index 00000000..097ea373 --- /dev/null +++ b/.env @@ -0,0 +1 @@ +DATABASE_URL=postgres://atuin:aeBafah6AiJu@localhost/atuin -- cgit v1.3.1