-
Notifications
You must be signed in to change notification settings - Fork 232
Open
Description
I have downloaded the GpuService sample, and then change some Environments, but got some error running GpuService.Client
// an empty file loadPaths.json
Environment.SetEnvironmentVariable("GIGYA_CONFIG_ROOT", @"D:\test\dotnet\microdot-samples\GpuService\");
Environment.SetEnvironmentVariable("ENV", "dev");
// consul
Environment.SetEnvironmentVariable("CONSUL", "127.0.0.1:8500");consul service defination
{
"service": {
// can not find a way to change service name(default to GpuService-)
"name": "GpuService-dev",
"port": 10000
}
}errors
System.AggregateException: One or more errors occurred. ---> Gigya.Common.Contra
cts.Exceptions.EnvironmentException: Query not exists on Consul. See tags for de
tails.; requestedService=GpuService-dev, consulAddress=http://127.0.0.1:8500/, r
equestTime=0001-01-01 00:00:00.000, requestLog=, responseLog=, queryDefined=Fals
e, consulError=is there any documents i can refer to?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels