Skip to content

Commit

Permalink
Remove LOCK_DSN
Browse files Browse the repository at this point in the history
see #5786
  • Loading branch information
nanasess committed Sep 16, 2022
1 parent 3315ae0 commit c14bf33
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions .env.dist
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,6 @@ DATABASE_CHARSET=utf8
MAILER_DSN=null://null
###< symfony/mailer ###

###> symfony/lock ###
# Choose one of the stores below
# postgresql+advisory://db_user:db_password@localhost/db_name
LOCK_DSN=semaphore
###< symfony/lock ###

###> APPLICATION CONFIG ###
# EC-CUBE Configs. The default value is defined in app/config/packages/eccube.yaml.
# Please remove commented out and enable it if you want to change.
Expand Down
6 changes: 0 additions & 6 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@
<server name="SHELL_VERBOSITY" value="-1" />
<server name="SYMFONY_PHPUNIT_REMOVE" value="symfony/yaml" />
<server name="SYMFONY_PHPUNIT_VERSION" value="9.5" />

<!-- ###+ symfony/lock ### -->
<!-- Choose one of the stores below -->
<!-- postgresql+advisory://db_user:db_password@localhost/db_name -->
<env name="LOCK_DSN" value="semaphore"/>
<!-- ###- symfony/lock ### -->
</php>

<testsuites>
Expand Down

0 comments on commit c14bf33

Please sign in to comment.