Automaat Server

🚧 Work In Progress 🚧

Database Configuration

You need to set the following environment variables:

```shell

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