Skip to content

Commit

Permalink
Merge pull request #29 from diimpp/patch-1
Browse files Browse the repository at this point in the history
Fix configuration example at README.md
  • Loading branch information
amacrobert authored Oct 14, 2024
2 parents 4c958ab + 9d043a3 commit 071513b
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,14 @@ Enable the bundle in `config/bundles.php`:
Use `bin/console debug:config ignition` to see configuration options.

`config/packages/ignition.yaml`:
```
ignition:
application_path: '%kernel.project_dir%'
dark_mode: false
should_display_exceptions: '%kernel.debug%'
# if you want AI solutions to your app's errors
openai_key: 'key-here'
```yaml
when@dev:
ignition:
application_path: '%kernel.project_dir%'
dark_mode: false
should_display_exception: '%kernel.debug%'
# if you want AI solutions to your app's errors
openai_key: 'key-here'
```
## Usage
Expand Down

0 comments on commit 071513b

Please sign in to comment.