1
0
Fork 0
mirror of synced 2024-07-15 03:05:57 +12:00
budibase/packages/builder/testConfig.json
Mitch-Budibase b930f20de0 Minor changes
Updating setup.js and testConfig.json
2023-02-01 15:56:00 +00:00

13 lines
272 B
JSON

{
"baseUrl": "http://localhost:4100",
"projectId": "bmbemn",
"reporterOptions": {
"configFile": "reporterConfig.json"
},
"env": {
"PORT": "4100",
"WORKER_PORT": "4200",
"JWT_SECRET": "test",
"HOST_IP": ""
}
}