PluginSkeleton icon indicating copy to clipboard operation
PluginSkeleton copied to clipboard

Database credentials / Admin user credentials

Open chougron opened this issue 7 years ago • 2 comments

I would add somewhere in the README that to be able to launch the database commands, you have to modify the .env files in tests/Application with your database credentials.

Also, I had to search in the database if there was any admin users created, and by chance the password is the same as the username, so I would also add in the readme that you can access the admin panel with the username sylius and the password sylius.

chougron avatar Oct 01 '18 20:10 chougron

Could you open a PR with it?

pamil avatar Jun 03 '20 12:06 pamil

@chougron you have to use .env.local file instead to redefine your own env vars.

Prometee avatar Mar 18 '21 10:03 Prometee