/ -dbgate

This commit is contained in:
fro
2025-10-26 10:17:06 -05:00
parent 60cf6837cb
commit a3925f781e
4 changed files with 7 additions and 7 deletions

View File

@@ -0,0 +1,5 @@
// the correct connections.jsonl file is NOT stored in this repo. instead, it is located here:
// `/home/poq/syncDir/secrets/dbgate/connections.jsonl`
//
// and, from `99_deploy.sh`:
// `cp /home/${system_user}/syncDir/secrets/dbgate/connections.jsonl ${file_path}/`

View File

@@ -0,0 +1,15 @@
[poq@tuxwarrior .dbgate]$ cd /home/poq/.dbgate/
[poq@tuxwarrior .dbgate]$ ls -al
total 40
drwxr-xr-x 1 poq poq 166 Apr 15 20:01 .
drwxr-xr-x 1 poq poq 844 Apr 15 20:42 ..
drwxr-xr-x 1 poq poq 0 Apr 15 19:41 apps
drwxr-xr-x 1 poq poq 14 Apr 15 19:57 archive
-rw-r--r-- 1 poq poq 1228 Apr 17 07:17 connections.jsonl
drwxr-xr-x 1 poq poq 0 Apr 15 19:41 files
drwxr-xr-x 1 poq poq 14280 Apr 16 14:57 jsl
-rw-r--r-- 1 poq poq 224 Apr 15 19:49 .key
drwxr-xr-x 1 poq poq 240 Apr 15 20:47 logs
drwxr-xr-x 1 poq poq 0 Apr 15 19:41 plugins
-rw-r--r-- 1 poq poq 24665 Apr 16 14:57 query-history.jsonl
-rw-r--r-- 1 poq poq 537 Apr 17 07:17 settings.json

View File

@@ -0,0 +1,21 @@
{
"app.useNativeMenu": false,
"currentEditorTheme": "cobalt",
"other.licenseKey": null,
"currentEditorFontSize": "12",
"dataGrid.thousandsSeparator": false,
"commands": {
"query.executeCurrent": {
"keyText": "CtrlOrCommand+Enter",
"customKeyboardShortcut": true
},
"query.execute": {
"keyText": "F5 | CtrlOrCommand+Shift+Enter",
"customKeyboardShortcut": true
},
"shell.execute": {
"keyText": "F5 | CtrlOrCommand+Shift+Enter",
"customKeyboardShortcut": true
}
}
}