dxos / registry-client

Registry Client
GNU Affero General Public License v3.0
1 stars 1 forks source link

Capture requirements for environment variable consistency #18

Closed dboreham closed 4 years ago

dboreham commented 4 years ago

Currently not all our environment variable names have the same form (e.g. WRL vs WIRE vs ???). They should be brought into consistency, and be consistent with other useages elsewhere in the product. But we need to capture exactly what's needed here.

egorgripasov commented 4 years ago

REGISTRY_ENDPOINT -> WIRE_WNS_ENDPOINT PROTOCOL_NAMESPACE -> WIRE_PROTOCOL_NAMESPACE BOT_NAMESPACE -> WIRE_BOT_NAMESPACE PAD_NAMESPACE -> WIRE_PAD_NAMESPACE

SIGNALHUB -> WIRE_SIGNAL_ENDPOINT ICE_SERVERS -> WIRE_ICE_ENDPOINTS

WIRE_REGISTRY_USER_KEY -> WIRE_WNS_USER_KEY

egorgripasov commented 4 years ago

Requirement are: https://github.com/wirelineio/registry-cli/issues/54