Skip to content
Snippets Groups Projects

add controlrestapi as a datasource

Merged Reinder Kraaij requested to merge L2SS-2153---Add-Datasource into main
1 file
+ 4
1
Compare changes
  • Side-by-side
  • Inline
@@ -12,7 +12,10 @@ datasources:
# <string> custom UID which can be used to reference this datasource in other parts of the configuration, if not specified will be generated automatically
uid: controlrestapi
# <string> url
url: http://controlrestapi.service.consul:50053/
# 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/
# <string> Deprecated, use secureJsonData.password
password:
# <string> database user, if used
Loading