From 3f80d5f8ecc8c282f7e079005cea17fb901a4cce Mon Sep 17 00:00:00 2001 From: pt00371 <pt00371@surrey.ac.uk> Date: Fri, 17 Mar 2023 04:04:47 +0000 Subject: [PATCH] established connection to mongo database --- comment-service/.env | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 comment-service/.env diff --git a/comment-service/.env b/comment-service/.env new file mode 100644 index 00000000..0ef84928 --- /dev/null +++ b/comment-service/.env @@ -0,0 +1,4 @@ +MONGO_USERNAME = 'dailythoughtapp' +MONGO_PASSWORD = 'dailythoughtapp12345' + +SERVER_PORT = '9090' \ No newline at end of file -- GitLab