Created
September 3, 2020 09:00
-
-
Save dyarfi/2efe75d786999a6b4cd39b68a1c7be5a to your computer and use it in GitHub Desktop.
Env variables in local
This file contains hidden or 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
| DB_HOST=myhost_local | |
| DB_USER=myuser_local | |
| DB_PASS=mypassword_local | |
| DB_NAME=mydatabase_local | |
| JWT_KEY="secretOrKeyJWTRandom" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment