1 unstable release
0.1.0 | Jun 13, 2019 |
---|
#2 in #automaat
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
~30–42MB
~760K SLoC