Skip to content

Commit

Permalink
postgres gitpod & postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfliegner committed Jun 4, 2024
1 parent f57140e commit 4b9a5d2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 17 deletions.
16 changes: 0 additions & 16 deletions .devcontainer/devcontainer copy.json

This file was deleted.

2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
}
},
"postCreateCommand": "/bin/sh -c ./.devcontainer/postCreateCommand.sh",
"postStartCommand": "/bin/sh -c ./.devcontainer/postStartCommand.sh"
"postAttachCommand": "/bin/sh -c ./.devcontainer/postAttachCommand.sh"
}
10 changes: 10 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,16 @@
"username": "gitpod",
"name": "gitpod",
"database": "postgres"
},
{
"previewLimit": 50,
"server": "localhost",
"port": 5432,
"driver": "PostgreSQL",
"name": "postgres",
"database": "postgres",
"username": "postgres",
"password": ""
}
],
"julia.NumThreads": 0,
Expand Down

0 comments on commit 4b9a5d2

Please sign in to comment.