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.
Files changed (2) hide show
  1. package/README.md +2 -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:3000`
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 UI or use environment variables.
54
+ Set database connection details directly in the web interface.
55
55
 
56
56
  ## License
57
57
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dbdesk-studio",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Database management studio with a web interface",
5
5
  "type": "module",
6
6
  "bin": {