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