Skip to content

Commit

Permalink
Merge pull request #5809 from nanasess/remove-lock_dsn
Browse files Browse the repository at this point in the history
[4.2] 環境変数 LOCK_DSN は使用されていないため削除
  • Loading branch information
chihiro-adachi authored Sep 16, 2022
2 parents dad3825 + c14bf33 commit 66a7ac9
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 66a7ac9

Please sign in to comment.