From d68d7b83ae6fd75d0c1b018e6872695d218e07e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tr=E1=BB=8Bnh=20Duy=20H=C6=B0ng?= <57101685+HUNG-rushb@users.noreply.github.com> Date: Sat, 23 Dec 2023 14:57:21 +0700 Subject: [PATCH] update --- .env | 3 +++ .gitignore | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .env diff --git a/.env b/.env new file mode 100644 index 0000000..8eb14ae --- /dev/null +++ b/.env @@ -0,0 +1,3 @@ +DATABASE_URL="mongodb+srv://Hung:Gjt6SmISAE1bINLb@projectbku.ju6ms.mongodb.net/Social_Image" +USER_SIMILAR_WEIGHT={"following":"0.5","interest":"0.3","skill":"0.2"} + diff --git a/.gitignore b/.gitignore index e21f37e..73bc52e 100644 --- a/.gitignore +++ b/.gitignore @@ -104,4 +104,4 @@ dist # .env.test # .env.production -.env \ No newline at end of file +# .env \ No newline at end of file