farmcontrol-server/config.json
Tom Butcher fa389e3eb7
Some checks failed
farmcontrol/farmcontrol-server/pipeline/head There was a failure building this commit
Update CI pipeline, documentation, and config for Bun/Electrobun.
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-28 22:03:23 +01:00

21 lines
550 B
JSON

{
"development": {
"logLevel": "debug",
"url": "https://dev-wss.tombutcher.work",
"apiUrl": "https://dev.tombutcher.work/api",
"host": {
"id": "691a1db49ce913faf0e51284",
"authCode": "6wdCQPKMr_zuFaJe3-AY99uRuAEZRgU2lLNTuAFPW5hPvzzTrSra3rh3woZLj-eE"
},
"dataDir": "/Users/tombutcher/Projects/farmcontrol-server/data"
},
"production": {
"logLevel": "info",
"url": "https://ws.farmcontrol.app",
"apiUrl": "https://api.farmcontrol.app",
"host": {
"id": "",
"authCode": ""
}
}
}