Skip to content

Commit

Permalink
fix: add default config
Browse files Browse the repository at this point in the history
  • Loading branch information
aeppling committed Oct 2, 2024
1 parent 9a8d6fe commit 4af65d2
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions default.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"kubernetes":[
{
"description": "organization 4urcloud",
"prefix": "KUBE1_",
"rules": [
"kubernetesConsumptions"
]
}
],
"save": [
{
"type": "postgres",
"name": "Postgres local cluster",
"urlName": "POSTGRES_STRING",
"description": "Database to save the data (local cluster)"
}
]
}

0 comments on commit 4af65d2

Please sign in to comment.