Fix disabling of environment variables starting with SERVICE_FQDN or SERVICE_URL in Show.php
This commit is contained in:
parent
cd7272d00a
commit
b78ca71c0f
@ -50,9 +50,9 @@ public function mount()
|
|||||||
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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user