Configuration
perpetua.sh is configured through environment variables. Copy .env.example to .env and adjust the values for your deployment.
Environment variables
| Variable | Description | Default |
|----------|-------------|---------|
| DATABASE_URL | PostgreSQL connection string | — |
| PORT | Port the server listens on | 3000 |
More configuration options coming soon.