.env.sample
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
PG_DATABASE_URL
secret
The database to use when testing against Postgres.
PG_EXAMPLE_DATABASE_URL
secret
The database to use when running the Postgres examples during testing.
MYSQL_DATABASE_URL
secret
The database to use when testing against MySQL.
MYSQL_EXAMPLE_DATABASE_URL
secret
The database to use when running the MySQL examples during testing.
MYSQL_UNIT_TEST_DATABASE_URL
secret
A database different from the others above used for certain unit tests. TODO: this is magical, explain what it's there for.
SQLITE_DATABASE_URL
secret
The database to use when testing against SQLite.
brew install flyctl && fly launch --from https://github.com/dsp/diesel
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/dsp/diesel
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/dsp/diesel