Development - xmlking/trust-broker GitHub Wiki
create config/local.yml
file to keep your sensitive config data for local development environment.
Don't check-in this file into Source Code Control System.
# mongodb
mongo:
options:
# user: myUserName
# pass: myPassword
# Passport
passport:
facebook:
clientID: 1231231313
clientSecret: fsfsfsfsfsfsfsf
callbackURL: https://localhost:8443/auth/facebook/callback
google:
clientID: sdfsfsfds
clientSecret: fsdfdsfsfsfsdf
callbackURL: https://localhost:8443/auth/google/callback