File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -153,6 +153,18 @@ type Config struct {
153153 FLOWKIT_PYTHON_ADDRESS string `yaml:"FLOWKIT_PYTHON_ADDRESS" json:"FLOWKITPYTHONADDRESS"`
154154 FLOWKIT_PYTHON_API_KEY string `yaml:"FLOWKIT_PYTHON_API_KEY" json:"FLOWKITPYTHONAPIKEY"`
155155
156+ // Aali Proxy / ADS
157+ ///////////////////
158+ // ads proxy uses this to determine which port to listen on for graphdb proxy requests
159+ GRAPHDB_PROXY_ADDRESS string `yaml:"GRAPHDB_PROXY_ADDRESS" json:"GRAPHDBPROXYADDRESS"`
160+ // ads proxy uses this to determine which port to listen on for qdrant proxy requests
161+ QDRANT_PROXY_ADDRESS string `yaml:"QDRANT_PROXY_ADDRESS" json:"QDRANTPROXYADDRESS"`
162+ // other services use this to determine what address to call to get encrypted graphdb data from
163+ GRAPHDB_ADDRESS_ENCRYPTED string `yaml:"GRAPHDB_ADDRESS_ENCRYPTED" json:"GRAPHDBADDRESSENCRYPTED"`
164+ // other services use these to determine what address to call to get encrypted qdrant data from
165+ QDRANT_HOST_ENCRYPTED string `yaml:"QDRANT_HOST_ENCRYPTED" json:"QDRANTHOSTENCRYPTED"`
166+ QDRANT_PORT_ENCRYPTED int `yaml:"QDRANT_PORT_ENCRYPTED" json:"QDRANTPORTENCRYPTED"`
167+
156168 // Legacy Port definitions (are overwritten by the new ADDRESS variables)
157169 /////////////////////////////////////////////////////////////////////////
158170 AGENT_PORT string `yaml:"AGENT_PORT" json:"AGENTPORT"`
You can’t perform that action at this time.
0 commit comments