fido-alliance / iot-fdo-conformance-tools

FIDO Alliances Reference FDO Implementation and Conformance Testing
https://fidoalliance.org/intro-to-fido-device-onboard/
Other
5 stars 2 forks source link

Issue while executing fido-conformance-server in Windows Environment #4

Closed DukeDavis12 closed 1 year ago

DukeDavis12 commented 1 year ago

image

Suggested Solution;

diff --git a/running.ctx.go b/running.ctx.go
--- a/running.ctx.go
+++ b/running.ctx.go
@@ -8,8 +8,8 @@ import (
 const APIKEY_RESULT_SUBMISSION = "010203040506"
 const APIKEY_BUILDS_URL = "https://builds.fidoalliance.org"
 const FDO_SERVICE_URL = "http://fdo.tools"
-const TOOLS_MODE = fdoshared.CFG_MODE_ONLINE
-const FDO_DEV_ENV_DEFAULT = tools.ENV_DEV
+const TOOLS_MODE = fdoshared.CFG_MODE_ONPREM
+const FDO_DEV_ENV_DEFAULT = tools.ENV_PROD
yackermann commented 1 year ago

Addressed