Last active
October 25, 2022 13:56
-
-
Save devzom/fdfa81d6e52a38d2b2836025c26447d6 to your computer and use it in GitHub Desktop.
Create .env.dev example file structure based on .env file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# (generate only keys, without values) | |
sed 's/=.*/=/' .env > .env.dev |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment