/var/www/verywell.gr/server/delivery/config
Edit: /var/www/verywell.gr/server/delivery/config/app.json (845B)
{
"app": {
"name": "QR For You"
},
"api": {
"log_dir": "/var/log/verywell.gr/",
"ssl": 0,
"key_path": "/etc/letsencrypt/live/verywell.gr/",
"host": "localhost",
"port": 18586,
"port_ssl": 18586
},
"jwt": {
"secret": "4fe74020",
"accessTokenExpires": 604800,
"confirmTokenExpires": 604800,
"refreshTokenExpires": 700000
},
"mail": {
"smtpServer": "smtp.gmail.com",
"smtpPort": 465,
"userName": "myprog.com.ua@gmail.com",
"password": "",
"resetPasswordCallbackUrl": "http://localhost:18085/user/resetPasswordConfirm",
"mailConfirmCallbackUrl": "http://localhost:18085/user/emailConfirm"
},
"firebase":{
"enabled" : true,
"databaseURL" : ""
},
"orderService":{
"timeout" : 1000
},
"osrm": {
"url":"http://localhost:5030/route/v1/driving/"
}
}