An open API service indexing awesome lists of open source software.

https://github.com/tank-bohr/automatic-bassoon


https://github.com/tank-bohr/automatic-bassoon

cloudhopper http http-api smpp zk

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Automatic bassoon

## Build

```
./gradlew clean build
```

## Run

```
java -Dconfig= -jar ./build/libs/automatic-bassoon-1.0-SNAPSHOT.jar
```

## Environment

`ZK_CONNECTION_STRING` - Zookeeper connection string containing a comma separated list of `host:port` pairs,
each corresponding to a ZooKeeper server. Default is `localhost:2181`

`HTTP_PORT` - Port webserver is running on. Default is `8080`