mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
Update production.js (#1318)
https://stackoverflow.com/a/65618728/486547
This commit is contained in:
parent
f5f751fdd1
commit
eebc9e430d
1 changed files with 1 additions and 1 deletions
2
website/config/env/production.js
vendored
2
website/config/env/production.js
vendored
|
|
@ -70,7 +70,7 @@ module.exports = {
|
|||
* https://sailsjs.com/config/datastores *
|
||||
* *
|
||||
****************************************************************************/
|
||||
ssl: true,
|
||||
ssl: { rejectUnathorized: false },
|
||||
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue