mirror of
https://git.cloudron.io/cloudron/prometheus-server-app.git
synced 2024-11-28 03:10:59 +00:00
Fix the app id
This commit is contained in:
parent
ce27acde4c
commit
a94931425f
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"id": "eriktad.prometheus.cloudronapp",
|
"id": "io.prometheus.cloudronapp",
|
||||||
"author": "Erik Tadevosyan",
|
"author": "Erik Tadevosyan",
|
||||||
"healthCheckPath": "/healthcheck",
|
"healthCheckPath": "/healthcheck",
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
|
@ -10,4 +10,4 @@
|
||||||
"ldap": {}
|
"ldap": {}
|
||||||
},
|
},
|
||||||
"manifestVersion": 2
|
"manifestVersion": 2
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue