-
-
Save ds0nt/4761d70e603d67b82a8b to your computer and use it in GitHub Desktop.
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
{ | |
"NODE_ENV": "development", | |
"PORT": "3000", | |
"MONGODB": "localhost", | |
"DATADIR": "./data", | |
"WWWROOT": "../dist", | |
"JWT_KEY": "obfuscation-by-parlation", | |
"STRIPE_SK": "wtfjoke", | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment