formation 4 سال پیش
والد
کامیت
c5b40ef01d
1فایلهای تغییر یافته به همراه10 افزوده شده و 1 حذف شده
  1. 10 1
      express-server/config/config.json

+ 10 - 1
express-server/config/config.json

@@ -1,4 +1,13 @@
 {
-    "url": "mongodb+srv://henricarmelo:root@cluster0.cudfv.mongodb.net/test?retryWrites=true&w=majority"
+    "url": "mongodb+srv://henricarmelo:root@cluster0.cudfv.mongodb.net/test?retryWrites=true&w=majority",
+    "secret_key": "api-fatboar-henri",
+    "reset_password_key": "passwordkey-fatboar_key",
+    "email": {
+        "user": "atangana29@gmail.com",
+        "pass": "carmelo",
+        "port" : 465,
+        "host" :"smtp.gmail.com"
+    },
+    "reset_password_url": "http://localhost:4200/login/reset-password"
     
 }