From bc8cc74167c293c15c8a3988d468330809bbb69d Mon Sep 17 00:00:00 2001 From: Jason Fox Date: Fri, 22 Oct 2021 14:43:00 +0200 Subject: [PATCH] Create config.json --- .github/fiware/config.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/fiware/config.json diff --git a/.github/fiware/config.json b/.github/fiware/config.json new file mode 100644 index 0000000..ed24aa4 --- /dev/null +++ b/.github/fiware/config.json @@ -0,0 +1,19 @@ +{ + "enabler": "FIWARE Cosmos Orion-Flink Connector", + "chapter": "core", + "academy": "core/cosmos", + "readthedocs": "fiware-cosmos-spark.readthedocs.io", + "helpdesk": "", + "coveralls": "https://coveralls.io/github/ging/fiware-cosmos-orion-flink-connector", + "github": ["ging/fiware-cosmos-orion-flink-connector"], + "dockerregistry": [], + "docker": [], + "email": "", + "status": "full", + "compose": "", + "exclude": [""], + "stackexchange": [""], + "unit-test": "", + "smoke-test": "", + "dockerfile": "" +}