farmcontrol-server/config.json
Tom Butcher 2e95075d3e
All checks were successful
farmcontrol/farmcontrol-server/pipeline/head This commit looks good
Implement local server for OTP authentication and enhance socket client functionality
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.
2026-07-26 22:48:02 +01:00

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