Fix example dsn

This commit is contained in:
Ivan Habunek 2022-11-24 15:05:41 +01:00
parent 4fb347d70a
commit 7c1d517506
No known key found for this signature in database
GPG Key ID: F5F0623FF5EBCB3D
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ your test server and database:
```
export TOOT_TEST_HOSTNAME="localhost:3000"
export TOOT_TEST_DATABASE_DSN="mastodon_development"
export TOOT_TEST_DATABASE_DSN="dbname=mastodon_development"
```
"""