Add default account details to developer documentation.
This commit is contained in:
parent
cc5c1e5feb
commit
ae2147d40f
2 changed files with 4 additions and 2 deletions
|
@ -21,7 +21,9 @@ You can run Mastodon with:
|
|||
|
||||
rails s
|
||||
|
||||
And open `http://localhost:3000` in your browser. Background jobs run inline (aka synchronously) in the development environment, so you don't need to run a Sidekiq process.
|
||||
And open `http://localhost:3000` in your browser. Background jobs run inline (aka synchronously) in the development environment, so you don't need to run a Sidekiq process.
|
||||
|
||||
By default, your development environment will have an admin account created for you to use - the email address will be `admin@YOURDOMAIN` (e.g. admin@localhost:3000) and the password will be `mastodonadmin`.
|
||||
|
||||
You can run tests with:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue