chore(core): add back coolify options to the app config file

This commit is contained in:
peaklabs-dev 2026-02-23 20:23:42 +01:00
parent 35e9eb0f44
commit 9e7b1d9a4e
No known key found for this signature in database

View file

@ -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