dbdesk-studio 0.1.2 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -23,7 +23,7 @@ npx dbdesk-studio
|
|
|
23
23
|
|
|
24
24
|
## Quick Start
|
|
25
25
|
|
|
26
|
-
After running `dbdesk-studio`, the web interface will start at `http://localhost:
|
|
26
|
+
After running `dbdesk-studio`, the web interface will start at `http://localhost:9876`
|
|
27
27
|
|
|
28
28
|
## Features
|
|
29
29
|
|
|
@@ -51,7 +51,7 @@ dbdesk-studio
|
|
|
51
51
|
|
|
52
52
|
## Configuration
|
|
53
53
|
|
|
54
|
-
Set database connection details in the
|
|
54
|
+
Set database connection details directly in the web interface.
|
|
55
55
|
|
|
56
56
|
## License
|
|
57
57
|
|