mirror of
https://github.com/fergalmoran/kidarr-server.git
synced 2026-02-22 07:44:33 +00:00
28 lines
588 B
JSON
28 lines
588 B
JSON
{
|
|
"files.exclude": {
|
|
"**/.git": true,
|
|
"**/.svn": true,
|
|
"**/.hg": true,
|
|
"**/CVS": true,
|
|
"**/.DS_Store": true,
|
|
"**/Thumbs.db": true,
|
|
".vscode": true,
|
|
".next": true,
|
|
"node_modules": true
|
|
},
|
|
"workbench.colorTheme": "poimandres-noitalics",
|
|
"editor.fontFamily": "DejaVu Sans Mono",
|
|
"sqltools.connections": [
|
|
{
|
|
"previewLimit": 50,
|
|
"server": "localhost",
|
|
"port": 5432,
|
|
"driver": "PostgreSQL",
|
|
"name": "kidarr (local)",
|
|
"database": "kidarr",
|
|
"username": "postgres",
|
|
"password": "hackme"
|
|
}
|
|
]
|
|
}
|