From 3224adf6c1f7f91fa5bb47a1d230684ef1f04272 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Tue, 7 Nov 2023 09:16:00 +0100 Subject: [PATCH] Updated the .env.example --- .env.template | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.env.template b/.env.template index ac074fa..8731b9b 100644 --- a/.env.template +++ b/.env.template @@ -1,5 +1,11 @@ -MONGOOSE_STRING=mongodb://user:pass@localhost:27017/database +DB_NAME=sheepstar +DB_USER=sheepstar +DB_PASS=sheepstar +DB_HOST=localhost API_PORT=8671 SHORTENER_PORT=8672 CDN_PORT=8673 -AS_PORT=8674 \ No newline at end of file +DC_CLIENT=client-id +DC_SECRET=client-secret +DC_REDIRECT_URI=http://localhost +GCLOUD_STORAGE_BUCKET=sheepstar \ No newline at end of file