| Crates.io | automaat-server |
| lib.rs | automaat-server |
| version | 0.1.0 |
| created_at | 2019-06-13 05:29:06.890515+00 |
| updated_at | 2019-06-13 05:29:06.890515+00 |
| description | HTTP API for the Automaat automation utility. |
| homepage | |
| repository | https://github.com/blendle/automaat |
| max_upload_size | |
| id | 140767 |
| size | 89,383 |
🚧 Work In Progress 🚧
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"