init commit
This commit is contained in:
14
.vscode/settings.json
vendored
Normal file
14
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"sqltools.connections": [
|
||||
{
|
||||
"previewLimit": 50,
|
||||
"server": "localhost",
|
||||
"port": 5432,
|
||||
"askForPassword": true,
|
||||
"driver": "PostgreSQL",
|
||||
"name": "arbeitszeiten",
|
||||
"database": "arbeitszeitmessung",
|
||||
"username": "arbeit_zeit"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user