mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-04-22 07:57:57 +00:00
11 lines
246 B
YAML
11 lines
246 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: frontend-env-config
|
|
data:
|
|
env-config.js: |
|
|
window.process_env = {
|
|
SUBSTRATE_TELEMETRY_URL: "wss://feed.telemetry.parity-stg.parity.io/feed",
|
|
SUBSTRATE_TELEMETRY_SAMPLE: "",
|
|
}
|