Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

環境変数 APP_ENV が既に設定されている場合は eccube:install コマンドの対話モードを無効にしたい #5018

Open
nanasess opened this issue Apr 19, 2021 · 0 comments
Labels
improvement 機能改善
Milestone

Comments

@nanasess
Copy link
Contributor

概要(Overview)

環境変数 APP_ENV が既に設定されている場合、 .env ファイルの設定は無視される。
この場合でも eccube:install コマンドの対話モードは実行できる。
しかし、DATABASE_URL, MAILER_URL, ECCUBE_AUTH_MAGIC の各設定を対話モードで設定しても、無視されてしまう

期待する内容(Expect) or 要望 (Requirement)

環境変数 APP_ENV が既に設定されている場合は、 eccube:install コマンドの対話モードを使用した場合にエラーとする

再現手順(Procedure)

#4955 を適用し、以下のコマンドを実行する

docker-compose up -d
docker-compose exec -u www-data ec-cube bin/console eccube:install

対話モードで ECCUBE_AUTH_MAGIC を設定しても無視されてしまうため、ユーザーログインができない

環境 (environment)

関連情報 (Ref)

@okazy okazy added the improvement 機能改善 label Apr 21, 2021
@okazy okazy added this to the 4.0.x milestone Apr 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement 機能改善
Projects
None yet
Development

No branches or pull requests

2 participants