diff --git a/uc1-application/resources/META-INF/application.properties b/uc1-application/resources/META-INF/application.properties new file mode 100644 index 0000000000000000000000000000000000000000..620b1ba0aadb6890c84fb34243dd7ca052f0b791 --- /dev/null +++ b/uc1-application/resources/META-INF/application.properties @@ -0,0 +1,16 @@ +cassandra.host=localhost +cassandra.port=9042 +cassandra.keyspace=titanccp +cassandra.init.timeout.ms=30000 + +webserver.enable=true +webserver.port=8081 +webserver.cors=true +webserver.gzip=false + +kafka.bootstrap.servers=localhost:9092 +kafka.input.topic=input +kafka.output.topic=output +num.threads=1 +commit.interval.ms=10 +cache.max.bytes.buffering=-1