Team Variables | Coolify

Team Shared Variables

@can('create', App\Models\SharedEnvironmentVariable::class) @endcan
You can use these variables anywhere with @{{ team.VARIABLENAME }}
@forelse ($team->environment_variables->sort()->sortBy('key') as $env) @empty
No environment variables found.
@endforelse