Skip to content

Commit

Permalink
Clarify comments in configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Mar 21, 2022
1 parent f4684f2 commit 09a7e64
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions config/app.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
<?php

/*
|--------------------------------------------------------------------------
| Application Config
|--------------------------------------------------------------------------
|
| This configuration file is for the Hyde Core, which is useful if you
| want to contribute to the source code. However, if you are looking
| to customize your static site, you are probably looking for the
| Hyde config located in `config/hyde.php`!
|
*/
return [

/*
Expand Down Expand Up @@ -38,6 +49,10 @@
| services the application utilizes. This can be overridden using
| the global command line "--env" option when calling commands.
|
| When using Hyde this setting should always be set to `production`.
| However, when developing the Hyde Core, set it to `development`
| in your .env to unlock the development commands.
|
*/

'env' => env('env', 'production'),
Expand Down

0 comments on commit 09a7e64

Please sign in to comment.