mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
chore(core): add back coolify options to the app config file
This commit is contained in:
parent
35e9eb0f44
commit
9e7b1d9a4e
1 changed files with 15 additions and 0 deletions
|
|
@ -55,6 +55,21 @@ return [
|
||||||
|
|
||||||
'url' => env('APP_URL', 'http://localhost'),
|
'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
|
| Application Timezone
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue