Skip to content

Commit 230b70a

Browse files
author
Raphael
committed
feature/move-inscription-page-to-sf : Supprime la configuration à ide
1 parent f1a4412 commit 230b70a

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

.env.dist

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,3 @@ MAILER_FORCE_RECIPIENTS=""
7272
MAILER_BCC=""
7373

7474
QR_CODE_SALT=""
75-
SYMFONY_IDE=phpstorm://open?url=file://%%f&line=%%l&/var/www/html/>%env(HOST_PWD)%/

app/config/config_dev.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ framework:
66
resource: "%kernel.project_dir%/config/routing_dev.yml"
77
strict_requirements: true
88
profiler: { only_exceptions: false }
9-
ide: '%env(resolve:SYMFONY_IDE)%'
109

1110
web_profiler:
1211
toolbar: true

compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ services:
3333
ENABLE_XDEBUG: ${ENABLE_XDEBUG:-false}
3434
environment:
3535
SYMFONY_ENV: "dev"
36-
HOST_PWD: ${PWD}
3736
env_file:
3837
.env
3938
volumes:

0 commit comments

Comments
 (0)