From 9bad6ce47a2ff3fb7f785d2ec2e0b39c5b41aaf8 Mon Sep 17 00:00:00 2001 From: Nabeel Shahzad Date: Sun, 3 Dec 2017 12:25:05 -0600 Subject: [PATCH] Add default user/pass info for dev environment --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b910d4ca..fd284e64 100755 --- a/README.md +++ b/README.md @@ -38,7 +38,9 @@ server { ## development environment For development, copy the included `.env.example` to `.env` file. By default, it uses sqlite -instead of mysql. This makes it much easier to be able to clear the database and new fixtures. +instead of mysql. This makes it much easier to be able to clear the database and new fixtures. + +The default username and password are "admin@phpvms.net" and "admin". To see the available users in the development environment, [see this file](https://github.com/nabeelio/phpvms/blob/master/database/seeds/dev.yml#L10) ### makefile commands