update default vagrant domain (#713)

This commit is contained in:
trevDev() 2018-09-16 13:59:38 -07:00 committed by nightpool
parent 4445682f90
commit 7b9bcb7edb
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ To start the application:
vagrant ssh -c "cd /vagrant && foreman start"
The rails server, streaming server and webpack-dev-server will start up. You can then access your development site at http://mastodon.dev (or at http://localhost:3000 if you haven't installed vagrants-hostupdater). By default, your development environment will have an admin account created for you to use - the email address will be `admin@mastodon.dev` and the password will be `mastodonadmin`.
The rails server, streaming server and webpack-dev-server will start up. You can then access your development site at http://mastodon.local (or at http://localhost:3000 if you haven't installed vagrants-hostupdater). By default, your development environment will have an admin account created for you to use - the email address will be `admin@mastodon.local` and the password will be `mastodonadmin`.
To stop the server, simply run `vagrant halt`.