Created
February 9, 2019 13:01
-
-
Save KidkArolis/94d9d31ff71a4239ece19dac0ffd561c to your computer and use it in GitHub Desktop.
node-config example
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
port: 3000 | |
session: | |
secret: abc | |
fitbit: | |
protocol: http | |
host: localhost:3000 | |
clientId: a | |
clientSecret: b | |
redis: redis://127.0.0.1:6379 | |
queue: | |
prefix: my-app:bull |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment