Skip to content

Commit

Permalink
www.brizy.cloud to admin.brizy.io
Browse files Browse the repository at this point in the history
  • Loading branch information
ViorelEremia committed Feb 21, 2024
1 parent b7e3ab7 commit f5a9114
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class Brizy_Config {
const EDITOR_BUILD_RELATIVE_PATH = 'public/editor-build/' . BRIZY_EDITOR_VERSION;

const CLOUD_APP_KEY = 'YTVhMDEwMGUyNGE4OTQ5OWM2NTY3OGM3N2MxNzMzMTBjOWVlNTg0OGM0NWU1NGYzY2QxMGEzOWQ3NWNjMDk3Zg';
const CLOUD_ENDPOINT = 'https://www.brizy.cloud';
const CLOUD_ENDPOINT = 'https://admin.brizy.io';
const CLOUD_EDITOR_VERSIONS = '/api/versions';
const CLOUD_LIBRARY = '/dev/library';
const CLOUD_SIGNIN = '/api/sign_ins';
Expand Down Expand Up @@ -74,15 +74,15 @@ static public function getStaticUrls() {
static public function getEditorBaseUrls() {
return new Brizy_Admin_UrlIterator(
array(
'https://www.brizy.cloud',
'https://admin.brizy.io',
'http://media1.brizycompiler.run',
'http://media2.brizycompiler.run'
)
);
}

static public function getFontsUrl() {
return "https://www.brizy.cloud/fonts/wp?path=%s";
return "https://admin.brizy.io/fonts/wp?path=%s";
}

static public function getCompilerDownloadUrl() {
Expand Down

0 comments on commit f5a9114

Please sign in to comment.