Skip to content
Snippets Groups Projects
Commit 3be6460f authored by Reinder Kraaij's avatar Reinder Kraaij :eye:
Browse files

rpc is now set in nomad, generalizing this code

parent 4865be2b
No related branches found
No related tags found
1 merge request!32add controlrestapi as a datasource
Pipeline #110406 passed
This commit is part of merge request !32. Comments created here will be created in the context of that merge request.
......@@ -15,7 +15,7 @@ datasources:
# What we use here : http:// the consul name for the restapi / version of api / the consul address of the rpc service
# So that calls like "/v1/<station_name>/antenna/<antennafield_name>/<antenna_name>/use/<int:use> have the station name already filled on
# (The station name is used in the code to call to the Station grpc service)
url: http://controlrestapi.service.consul:50053/v1/rpc.service.consul/
url: http://controlrestapi.service.consul:50053/v1/
# <string> Deprecated, use secureJsonData.password
password:
# <string> database user, if used
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment