Skip to content

Commit

Permalink
chore: change database to sqlite for dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Bjaskular committed Aug 9, 2023
1 parent 084aec1 commit 1181d49
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions Brisingr/config/packages/doctrine.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
doctrine:
dbal:
url: '%env(resolve:DATABASE_URL)%'
port: 55321
connections:
default:
driver: 'pdo_sqlite'
url: '%env(resolve:DATABASE_URL)%'
profiling_collect_backtrace: '%kernel.debug%'
#url: '%env(resolve:DATABASE_URL)%'
#port: 55321
#profiling_collect_backtrace: '%kernel.debug%'
# IMPORTANT: You MUST configure your server version,
# either here or in the DATABASE_URL env var (see .env file)
#server_version: '15'

profiling_collect_backtrace: '%kernel.debug%'
orm:
auto_generate_proxy_classes: true
enable_lazy_ghost_objects: true
Expand Down

0 comments on commit 1181d49

Please sign in to comment.