Skip to content

Commit

Permalink
Options for APP_ENV from .env and max_data
Browse files Browse the repository at this point in the history
  • Loading branch information
ili101 committed Nov 6, 2023
1 parent 9cf1885 commit e7fb1b3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .devcontainer/docker-compose.yml
Expand Up @@ -23,6 +23,9 @@ services:
# Override api/docker/php/conf.d/app.dev.ini
XDEBUG_CONFIG: "client_host=localhost"

# This Unset APP_ENV to allow Symfony to use the value from .env so you can set it on the fly.
# APP_ENV:

# Uncomment the next four lines if you will use a ptrace-based debugger like C++, Go, and Rust.
# cap_add:
# - SYS_PTRACE
Expand Down
5 changes: 5 additions & 0 deletions .vscode/launch.json
Expand Up @@ -10,6 +10,9 @@
"request": "launch",
"port": 9003,
// "log": true,
// "xdebugSettings": {
// "max_data": -1,
// },
"pathMappings": {
"/srv/app": "${workspaceFolder}/api"
},
Expand All @@ -18,6 +21,8 @@
"**/bootstrap.php",
"**/EnvVarProcessor.php",
"**/BaseTestRunner.php",
"**/ReflectionExtractor.php",
"**/AttributeDriver.php",
],
// "stopOnEntry": true,
},
Expand Down

0 comments on commit e7fb1b3

Please sign in to comment.