|
|
@@ -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"
|
|
|
|
|
|
}
|