farmcontrol-server/config.json
Tom Butcher ffa6d84251
Some checks failed
farmcontrol/farmcontrol-server/pipeline/head There was a failure building this commit
Update dependencies, improve document printer management, and add workspace configuration
2026-06-15 00:53:28 +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": "9uu3DC0si__-F9FnGWTKudle5z6yZasFMlKohnShElPekRYteh-LlZaksHOXFfOO"
}
},
"production": {
"logLevel": "info",
"url": "https://ws.farmcontrol.app",
"apiUrl": "https://api.farmcontrol.app",
"host": {
"id": "",
"authCode": ""
}
}
}