Skip to content

Commit

Permalink
31: devcontainer env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu414 committed Apr 16, 2024
1 parent d8532f8 commit 7011fbe
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,15 @@
// Add the IDs of extensions you want installed when the container is created.
"extensions": ["devsense.composer-php-vscode", "devsense.intelli-php-vscode", "devsense.phptools-vscode", "devsense.profiler-php-vscode"]
}
},
"remoteEnv": {
"DB_HOST": "mysql",
"DB_NAME": "orm_nose42_intra",
"DB_USER":"root",
"DB_PASSWORD":"root",
"DEVELOPMENT": "true",
"BASE_URL": "localhost",
"MAIL_HOST": "smtp.gmail.com",
"MAIL_USER": "[email protected]"
}
}

0 comments on commit 7011fbe

Please sign in to comment.