diff --git a/.gitmodules b/.gitmodules index b9474b68d2..7ed6db9a3e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "app/console"] path = app/console url = https://github.com/appwrite/console - branch = 4.3.2 + branch = 4.3.3 diff --git a/app/config/variables.php b/app/config/variables.php index 185ab29d0c..b61a267785 100644 --- a/app/config/variables.php +++ b/app/config/variables.php @@ -756,7 +756,7 @@ return [ ], [ 'name' => '_APP_EXECUTOR_SECRET', - 'description' => 'The secret key used by Appwrite to communicate with the function executor. Make sure to change this!', + 'description' => 'The secret key used by Appwrite to communicate with the function executor. Make sure to change this.', 'introduction' => '0.13.0', 'default' => 'your-secret-key', 'required' => false, @@ -765,9 +765,9 @@ return [ ], [ 'name' => '_APP_EXECUTOR_HOST', - 'description' => 'The host used by Appwrite to communicate with the function executor!', + 'description' => 'The host used by Appwrite to communicate with the function executor.', 'introduction' => '0.13.0', - 'default' => 'http://appwrite-executor/v1', + 'default' => 'http://exc1/v1', 'required' => false, 'overwrite' => true, 'question' => '', @@ -775,7 +775,7 @@ return [ ], [ 'name' => '_APP_EXECUTOR_RUNTIME_NETWORK', - 'description' => 'Deprecated with 0.14.0, use \'OPEN_RUNTIMES_NETWORK\' instead!', + 'description' => 'Deprecated with 0.14.0, use \'OPEN_RUNTIMES_NETWORK\' instead.', 'introduction' => '0.13.0', 'default' => 'appwrite_runtimes', 'required' => false, @@ -784,7 +784,7 @@ return [ ], [ 'name' => '_APP_FUNCTIONS_ENVS', - 'description' => 'Deprecated with 0.8.0, use \'_APP_FUNCTIONS_RUNTIMES\' instead!', + 'description' => 'Deprecated with 0.8.0, use \'_APP_FUNCTIONS_RUNTIMES\' instead.', 'introduction' => '0.7.0', 'default' => 'node-16.0,php-7.4,python-3.9,ruby-3.0', 'required' => false, @@ -802,7 +802,7 @@ return [ ], [ 'name' => 'DOCKERHUB_PULL_USERNAME', - 'description' => 'Deprecated with 1.2.0, use \'_APP_DOCKER_HUB_USERNAME\' instead!', + 'description' => 'Deprecated with 1.2.0, use \'_APP_DOCKER_HUB_USERNAME\' instead.', 'introduction' => '0.10.0', 'default' => '', 'required' => false, @@ -811,7 +811,7 @@ return [ ], [ 'name' => 'DOCKERHUB_PULL_PASSWORD', - 'description' => 'Deprecated with 1.2.0, use \'_APP_DOCKER_HUB_PASSWORD\' instead!', + 'description' => 'Deprecated with 1.2.0, use \'_APP_DOCKER_HUB_PASSWORD\' instead.', 'introduction' => '0.10.0', 'default' => '', 'required' => false, @@ -829,7 +829,7 @@ return [ ], [ 'name' => 'OPEN_RUNTIMES_NETWORK', - 'description' => 'Deprecated with 1.2.0, use \'_APP_FUNCTIONS_RUNTIMES_NETWORK\' instead!', + 'description' => 'Deprecated with 1.2.0, use \'_APP_FUNCTIONS_RUNTIMES_NETWORK\' instead.', 'introduction' => '0.13.0', 'default' => 'appwrite_runtimes', 'required' => false, diff --git a/app/console b/app/console index f483d9631d..7f0fa477ef 160000 --- a/app/console +++ b/app/console @@ -1 +1 @@ -Subproject commit f483d9631d6f21e94aedb20b5c37c56fea06c23e +Subproject commit 7f0fa477ef22e51fa3d92445a044245015a6c6ee