We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b037cb commit 069d041Copy full SHA for 069d041
examples/kubernetes/README.md
@@ -21,8 +21,11 @@ docker build -t frontend:1.0 .
21
22
## Build the Server
23
First, add a `.env` file to the *server* folder that contains the following key/value pairs:
24
-- `CHRONOS_DB`: `MongoDB` or `PostgreSQL`
25
-- `CHRONOS_URI`: The URI to the desired MongoDB or PostgreSQL database to save health metrics via **Chronos**
+
+```
26
+CHRONOS_DB = MongoDB or PostgreSQL
27
+CHRONOS_URI = The URI to the desired MongoDB or PostgreSQL database to save health metrics via **Chronos**
28
29
30
Then look at the `package.json` file in the server folder and note how `@chronosmicro/tracker` is included as a dependency:
31
test.txt
0 commit comments