aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
Diffstat (limited to 'recipes')
-rw-r--r--recipes/kimaicloud/package.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes/kimaicloud/package.json b/recipes/kimaicloud/package.json
index c5c9c37..76319f2 100644
--- a/recipes/kimaicloud/package.json
+++ b/recipes/kimaicloud/package.json
@@ -1,13 +1,14 @@
1{ 1{
2 "id": "kimaicloud", 2 "id": "kimaicloud",
3 "name": "Kimai Cloud", 3 "name": "Kimai Cloud",
4 "version": "1.3.0", 4 "version": "1.4.0",
5 "license": "MIT", 5 "license": "MIT",
6 "repository": "https://github.com/kimai-cloud/recipe-kimaicloud", 6 "repository": "https://github.com/kimai-cloud/recipe-kimaicloud",
7 "config": { 7 "config": {
8 "serviceURL": "https://{teamId}.kimai.cloud", 8 "serviceURL": "https://{teamId}.kimai.cloud",
9 "urlInputSuffix": ".kimai.cloud",
9 "hasHostedOption": true, 10 "hasHostedOption": true,
10 "hasTeamId": true, 11 "hasTeamId": true,
11 "urlInputSuffix": ".kimai.cloud" 12 "hasCustomUrl": true
12 } 13 }
13} 14}