From 79d598002f82ae2e226d953ace8ac12473f0fe49 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Sun, 26 Jun 2022 17:19:00 +0200 Subject: [PATCH] Created the dot env template --- .env.template | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .env.template diff --git a/.env.template b/.env.template new file mode 100644 index 0000000..645422a --- /dev/null +++ b/.env.template @@ -0,0 +1,6 @@ +MONGOOSE_STRING=mongodb://user:pass@localhost:27017/database +EXPRESS_PORT=8352 +SOCKET_PORT=8353 +MEDIA_PORT=8354 +DOWNLOAD_PORT=8355 +RELEASE_PATH=/mnt/data/download \ No newline at end of file