hi gurus,
simple question, hard to solve.
How can I set a JSON file in my windows environment variable so I can deloy meteor on my windows node server?
settings.json file:
{
"adminEmails": "dfdf@qlik.com",
"public": {
"host": "PRESALES1",
"port": 81,
"UDC": "OEM_HOST",
"virtualProxyClientUsage": "meteor",
"webIntegrationHost": "nlsch-mbj3",
"webIntegrationDemoPort": 3030,
"SSBIAppSheetString": "40ef70c9-be76-4844-ac6a-d53195146c85/sheet/puEpZK/state/analysis",
"SSBIApp": "40ef70c9-be76-4844-ac6a-d53195146c85",
"IntegrationPresenatationApp": "ce2c6eb5-dc73-44fb-a9f9-11fb2777fdfd",
"IntegrationPresenatationSelectionObject": "RZuJ",
"facebook": {
"clientId": "1754933311453043"
}
},
"private": {
"host": "PRESALES1",
"port": 81,
"certificatesDirectory": "C:\\Users\\mbj\\Documents\\GitHub\\QRSMeteor",
"notificationURL": "http://nlsch-mbj3:3000/updateSenseInfo",
"SenseServerInternalLanIP": "PRESALES1",
"useSSL": false,
"passphrase": null,
"authentication": "header",
"virtualProxy": "hdr",
"headerKey": "hdr-usr",
"UDC": "OEM_HOST",
"headerValue": "PRESALES1\\meteor",
"isSecure": true,
"engineHeaders": "UserDirectory=PRESALES1;UserId=Qlik",
"enginePort": 4747,
"proxyPort": 4243,
"google": {
"clientId": "527202830644-.apps.googleusercontent.com",
"secret": ""
},
"facebook": {
"clientId": "1754933311453043",
"secret": ""
},
"twitter": {
"clientId": "9hpf77dh7BhLgwtGeoELT3CLX",
"secret": ""
},
"linkedin": {
"clientId": "86rpkry91dn41y",
"secret": ""
},
"github": {
"clientId": "535d2ca6386eeca90d65",
"secret": ""
}
}
}
thank you very much,
Martijn