Remove active builder flags from dev Lima sync, bootstrap commands, and server capabilities while documenting the v5 control-plane and host-agent boundaries.
8 lines
291 B
PHP
8 lines
291 B
PHP
<?php
|
|
|
|
return [
|
|
'coolify_cli_bin' => env('COOLIFY_CLI_BIN', '/usr/local/bin/coolify'),
|
|
'coold_version' => env('COOLIFY_COOLD_VERSION', 'nightly'),
|
|
'corrosion_version' => env('COOLIFY_CORROSION_VERSION', 'v1.0.0'),
|
|
'dev_ssh_user' => env('COOLIFY_CLI_SSH_USER', 'coolify'),
|
|
];
|