rename to papercrate

This commit is contained in:
2025-10-12 02:35:56 +02:00
parent d9a36a99a7
commit dc22b12df3
17 changed files with 62 additions and 62 deletions
+2 -2
View File
@@ -6,10 +6,10 @@ The backend integration tests talk to a real Postgres database. To spin up an ep
docker compose -f docker-compose.test.yml up -d
```
This starts Postgres on port `5433` with the database/user both named `paperless` and password `paperless_test`. Point the test harness at it:
This starts Postgres on port `5433` with the database/user both named `papercrate` and password `papercrate_test`. Point the test harness at it:
```bash
export TEST_DATABASE_URL=postgres://paperless:paperless_test@localhost:5433/paperless_test
export TEST_DATABASE_URL=postgres://papercrate:papercrate_test@localhost:5433/papercrate_test
```
Run the tests as usual: