Environment Variable | Coolify

Shared Variables for {{ $project->name }}/{{ $environment->name }}

@can('update', $environment) @endcan @can('update', $environment) {{ $view === 'normal' ? 'Developer view' : 'Normal view' }} @endcan
You can use these variables anywhere with @{{ environment.VARIABLENAME }}
@if ($view === 'normal')
@forelse ($environment->environment_variables->sort()->sortBy('key') as $env) @empty
No environment variables found.
@endforelse
@else
@can('update', $environment) Save All Environment Variables @else @endcan
@endif