Skip to content

Commit

Permalink
feat: bump dependencies (#1841)
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Mar 7, 2021
1 parent 4e2dd43 commit 3f3f21f
Show file tree
Hide file tree
Showing 4 changed files with 756 additions and 1,205 deletions.
3 changes: 1 addition & 2 deletions api/.env
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,9 @@ APP_SECRET=!ChangeMe!
###> doctrine/doctrine-bundle ###
# Format described at https://www.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#connecting-using-a-url
# IMPORTANT: You MUST configure your server version, either here or in config/packages/doctrine.yaml
#
#
# DATABASE_URL="sqlite:///%kernel.project_dir%/var/data.db"
# DATABASE_URL="mysql://db_user:db_password@127.0.0.1:3306/db_name?serverVersion=5.7"
# DATABASE_URL="postgresql://db_user:db_password@127.0.0.1:5432/db_name?serverVersion=13&charset=utf8"
DATABASE_URL="postgresql://api-platform:!ChangeMe!@database:5432/api?serverVersion=13&charset=utf8"
###< doctrine/doctrine-bundle ###

Expand Down

0 comments on commit 3f3f21f

Please sign in to comment.