mongoku 2.0.0 → 2.0.1
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 +1 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -37,12 +37,6 @@ mongoku --readonly
|
|
|
37
37
|
mongoku stop
|
|
38
38
|
```
|
|
39
39
|
|
|
40
|
-
## Tech Stack
|
|
41
|
-
|
|
42
|
-
- **Frontend**: SvelteKit (Svelte 5) with TypeScript
|
|
43
|
-
- **Backend**: Node.js with MongoDB driver
|
|
44
|
-
- **Package Manager**: pnpm
|
|
45
|
-
|
|
46
40
|
## Local Development
|
|
47
41
|
|
|
48
42
|
### Prerequisites
|
|
@@ -92,7 +86,7 @@ You can configure Mongoku using environment variables:
|
|
|
92
86
|
|
|
93
87
|
```bash
|
|
94
88
|
# Use customized default hosts (Default = localhost:27017)
|
|
95
|
-
MONGOKU_DEFAULT_HOST="mongodb://user:password@localhost:27017
|
|
89
|
+
MONGOKU_DEFAULT_HOST="mongodb://user:password@localhost:27017"
|
|
96
90
|
|
|
97
91
|
# See https://svelte.dev/docs/kit/adapter-node#environment-variables-port-and-host
|
|
98
92
|
MONGOKU_SERVER_PORT=8000
|