Project Variable | Coolify

Shared Variables for {{ data_get($project, 'name') }}

@can('update', $project) @endcan
You can use these variables anywhere with
@{{ project.VARIABLENAME }}
@forelse ($project->environment_variables->sort()->sortBy('key') as $env) @empty
No environment variables found.
@endforelse