From 9e7b1d9a4eac077fca555c3a22e11cb3da7fe350 Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Mon, 23 Feb 2026 20:23:42 +0100 Subject: [PATCH] chore(core): add back coolify options to the app config file --- config/app.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/config/app.php b/config/app.php index 017fce78e..938c995b8 100644 --- a/config/app.php +++ b/config/app.php @@ -55,6 +55,21 @@ return [ 'url' => env('APP_URL', 'http://localhost'), + /* + |-------------------------------------------------------------------------- + | Coolify Application Options + |-------------------------------------------------------------------------- + | + | These are custom configuration options specific to Coolify. They allow + | you to configure the application port and whether HTTPS should be + | forced for all requests to the application. + | + */ + + 'port' => env('APP_PORT', 8000), + + 'force_https' => env('APP_FORCE_HTTPS', false), + /* |-------------------------------------------------------------------------- | Application Timezone