Skip to content

Commit 683942d

Browse files
committed
add .env.example to kubernetes example
1 parent 8b4cb13 commit 683942d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# This file serves as a template for the .env file you will be creating while following the README steps.
2+
CHRONOS_GRAFANA_API_KEY=Bearer "<access-token-created-in-step-3-here]>"
3+
CHRONOS_DB="<MongoDB-or-PostgreSQL>"
4+
# The URI to the desired MongoDB or PostgreSQL database to save health metrics via Chronos
5+
CHRONOS_URI="<database-URI-here>"

0 commit comments

Comments
 (0)