Skip to content

Commit 9670d15

Browse files
committed
updated readme.
1 parent 19d9643 commit 9670d15

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ routes:
100100
controller: App\Controllers\HomeController@index
101101
```
102102

103+
103104
## Core Components
104105

105106
### Application
@@ -208,6 +209,9 @@ public function profile(Request $request): string
208209

209210
## Configuration
210211

212+
All YAML config file parameters can be overridden by environment variables in the form of `<CATEGORY>_<KEY>`, e.g.
213+
`SYSTEM_BASE_PATH`.
214+
211215
### Main Configuration (config.yaml)
212216

213217
```yaml

0 commit comments

Comments
 (0)