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
# Keep all sensitive data in this file and add it to your .gitignore | |
dev: | |
awsAccountId: 1111111111 | |
mongoUrl: "url to dev monogDB" | |
region: us-east-1 #if not set will default to us-west-2 | |
# prod: | |
# awsAccountId: 1111111111 | |
# mongoUrl: "url to production monogDB " |