Fix example dsn
This commit is contained in:
parent
4fb347d70a
commit
7c1d517506
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
```
|
||||
"""
|
||||
|
||||
|
|
Loading…
Reference in a new issue