farmcontrol-server/config.json
Tom Butcher 7dbe7da4ee
Some checks reported errors
farmcontrol/farmcontrol-server/pipeline/head Something is wrong with the build of this commit
Overhauled server code.
2025-12-28 21:46:58 +00: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": "FvD3qnNh8FP_xJShlECfYshqQawfD5oPP4xlGOFV2vQIDPRxkAjH4rO6sIgpLucX"
}
},
"production": {
"logLevel": "info",
"url": "https://ws.farmcontrol.app",
"apiUrl": "https://api.farmcontrol.app",
"host": {
"id": "",
"authCode": ""
}
}
}