From c8815935f9f134a4e592eea30c33363b7fd7cbac Mon Sep 17 00:00:00 2001 From: Piwccle Date: Wed, 4 Jun 2025 11:10:52 +0200 Subject: [PATCH] Added azure config to egress.yaml in both editions --- community/egress.yaml | 4 ++++ pro/egress.yaml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/community/egress.yaml b/community/egress.yaml index 0d37c99..c42574f 100644 --- a/community/egress.yaml +++ b/community/egress.yaml @@ -23,6 +23,10 @@ storage: endpoint: http://minio:9000 bucket: openvidu-appdata force_path_style: true + #azure: + # account_name: your_account_name + # account_key: your_account_key + # container_name: openvidu-appdata # CPU cost for each type of Egress operation. cpu_cost: diff --git a/pro/egress.yaml b/pro/egress.yaml index 0d37c99..c42574f 100644 --- a/pro/egress.yaml +++ b/pro/egress.yaml @@ -23,6 +23,10 @@ storage: endpoint: http://minio:9000 bucket: openvidu-appdata force_path_style: true + #azure: + # account_name: your_account_name + # account_key: your_account_key + # container_name: openvidu-appdata # CPU cost for each type of Egress operation. cpu_cost: