#automation #automaat #variables #server #task #url #api

nightly app automaat-server

HTTP API for the Automaat automation utility

1 unstable release

0.1.0 Jun 13, 2019

#6 in #automaat

MIT/Apache

155KB
2.5K SLoC

Automaat Server

🚧 Work In Progress 🚧

Database Configuration

You need to set the following environment variables:

# needed for the Rocket webserver to connect
ROCKET_DATABASES='{db={url="postgres://postgres@localhost"}}'

# needed for the Diesel ORM to run migrations
DATABASE_URL="postgres://postgres@localhost"

See Also

Dependencies

~32–45MB
~797K SLoC