formation há 4 anos atrás
pai
commit
c5b40ef01d
1 ficheiros alterados com 10 adições e 1 exclusões
  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"
     
 }