ForestAdmin / lumber

Install Forest Admin in minutes.
https://www.forestadmin.com
MIT License
2.08k stars 106 forks source link

fix(generate): fix database url encoded in .env #419

Closed VincentMolinie closed 4 years ago

VincentMolinie commented 4 years ago

Description

When installing a project with a mongo project with an authSource, the = get encoded

Actual behaviour

I get a DATABASE_URL=mongo.....?authSource=admin So the server does not start

Expected behaviour

To not have an encoded DATABASE_URL