# <string, required> name of the datasource. Required
-name:Station Control Rest Api
# <string, required> datasource type. Required
type:yesoreyeram-infinity-datasource
# <string, required> access mode. proxy or direct (Server or Browser in the UI). Required
access:proxy
# <int> org id. will default to orgId 1 if not specified
orgId:1
# <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
# 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)