All checks were successful
farmcontrol/farmcontrol-server/pipeline/head This commit looks good
Add a LocalServer class to handle OTP authentication requests and server status checks. Update index.js to integrate local server functionality, including checks for server status and OTP authentication flow. Enhance SocketClient with connection waiting and improved OTP authentication handling. Update config.json with a new authCode for the host.
20 lines
481 B
JSON
20 lines
481 B
JSON
{
|
|
"development": {
|
|
"logLevel": "debug",
|
|
"url": "https://dev-wss.tombutcher.work",
|
|
"apiUrl": "https://dev.tombutcher.work/api",
|
|
"host": {
|
|
"id": "691a1db49ce913faf0e51284",
|
|
"authCode": "BNj13heKj9zUZIJ0IodSU-V-OSZHNJGAA-nLa4nwFrDHa6N1wah7mpw_7pqbT9Il"
|
|
}
|
|
},
|
|
"production": {
|
|
"logLevel": "info",
|
|
"url": "https://ws.farmcontrol.app",
|
|
"apiUrl": "https://api.farmcontrol.app",
|
|
"host": {
|
|
"id": "",
|
|
"authCode": ""
|
|
}
|
|
}
|
|
} |