From 379733938cc9951668949fa79cc693e9eccba1bd Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Wed, 13 Mar 2024 15:07:43 +0100 Subject: [PATCH] Update environment variable description --- .../livewire/project/shared/environment-variable/all.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/livewire/project/shared/environment-variable/all.blade.php b/resources/views/livewire/project/shared/environment-variable/all.blade.php index 1b3483254..74e8f792d 100644 --- a/resources/views/livewire/project/shared/environment-variable/all.blade.php +++ b/resources/views/livewire/project/shared/environment-variable/all.blade.php @@ -17,7 +17,7 @@
Environment variables (secrets) for this resource.
@if ($resource->type() === 'service') -
If you cannot find a variable here, or need a new one, define it in the Docker Compose file.
+
Hardcoded variables are not shown here.
@endif @if ($view === 'normal')