Fix disabling of environment variables starting with SERVICE_FQDN or SERVICE_URL in Show.php
This commit is contained in:
@@ -50,9 +50,9 @@ class Show extends Component
|
|||||||
public function checkEnvs()
|
public function checkEnvs()
|
||||||
{
|
{
|
||||||
$this->isDisabled = false;
|
$this->isDisabled = false;
|
||||||
// if (str($this->env->key)->startsWith('SERVICE_FQDN') || str($this->env->key)->startsWith('SERVICE_URL')) {
|
if (str($this->env->key)->startsWith('SERVICE_FQDN') || str($this->env->key)->startsWith('SERVICE_URL')) {
|
||||||
// $this->isDisabled = true;
|
$this->isDisabled = true;
|
||||||
// }
|
}
|
||||||
if ($this->env->is_shown_once) {
|
if ($this->env->is_shown_once) {
|
||||||
$this->isLocked = true;
|
$this->isLocked = true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user