1
0
mirror of https://github.com/ihabunek/toot.git synced 2024-09-22 04:25:55 -04:00

Fix error in docs

This commit is contained in:
Ivan Habunek 2023-06-28 14:42:44 +02:00
parent d4f8acb3ce
commit 38487a0774
No known key found for this signature in database
GPG Key ID: CDBD63C43A30BB95

View File

@ -8,7 +8,7 @@ To enable integration tests, export the following environment variables to match
your test server and database:
```
export TOOT_TEST_HOSTNAME="localhost:3000"
export TOOT_TEST_BASE_URL="localhost:3000"
export TOOT_TEST_DATABASE_DSN="dbname=mastodon_development"
```
"""