From 3a89513613e63ab9d2c6aed9e7d90c6889e0b2a7 Mon Sep 17 00:00:00 2001
From: Ruben Pollan <meskio@sindominio.net>
Date: Fri, 4 Oct 2019 15:08:09 +0200
Subject: [PATCH] [feat] configure pt demo provider

---
 branding/config/vendor.conf | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/branding/config/vendor.conf b/branding/config/vendor.conf
index 5cf356fd..c68213e5 100644
--- a/branding/config/vendor.conf
+++ b/branding/config/vendor.conf
@@ -48,9 +48,9 @@ name                = demo
 applicationName     = DemoVPN
 binaryName          = demo-vpn
 
-providerURL         = demo.bitmask.net
-apiURL              = https://leech.demo.bitmask.net:8000/
-caURL               = https://leech.demo.bitmask.net:8000/ca.crt
+providerURL         = pt.demo.bitmask.net
+apiURL              = https://pt.demo.bitmask.net:8000/
+caURL               = https://pt.demo.bitmask.net:8000/ca.crt
 
 infoURL             = https://bitmask.net
 tosURL              = https://bitmask.net
-- 
GitLab