chore: update devcontainers for trixie, devenv changes (#22194)

This commit is contained in:
Min Idzelis
2025-10-07 09:28:47 -04:00
committed by GitHub
parent 2de1b832e5
commit ff01af2450
3 changed files with 46 additions and 34 deletions

View File

@@ -40,7 +40,7 @@
"userEnvProbe": "loginInteractiveShell",
"remoteEnv": {
// The location where your uploaded files are stored
"UPLOAD_LOCATION": "${localEnv:UPLOAD_LOCATION:./Library}",
"UPLOAD_LOCATION": "${localEnv:UPLOAD_LOCATION:./library}",
// Connection secret for postgres. You should change it to a random password
// Please use only the characters `A-Za-z0-9`, without special characters or spaces
"DB_PASSWORD": "${localEnv:DB_PASSWORD:postgres}",