Skip to content

Commit

Permalink
Config: Remove deprecated settings
Browse files Browse the repository at this point in the history
  • Loading branch information
janbarasek committed Jul 12, 2019
1 parent da0454d commit 05d6aeb
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions config.neon
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ parameters:
user: root
password: root
driver: mysqli
journal:
enable: true
deleteOlderThan: 3 years
keepMaxRecords: 1500000

extensions:
console: Contributte\Console\DI\ConsoleExtension(%consoleMode%)
Expand Down Expand Up @@ -40,7 +36,7 @@ orm.annotations:
paths:
App: %appDir%
Model: %appDir%
Baraja: %rootDir%/vendor/baraja
Baraja: %appDir%/../vendor/baraja-core
ignore: []

console:
Expand Down

0 comments on commit 05d6aeb

Please sign in to comment.