node.js - nconf not loading file synchronously -


trying use nconf load file memory , use configuration. however, every time call nconf.get returns undefined leading me believe i'm being dealt async function. path i'm using seems correct.

i noticed filestore has loadsync method i'm not sure how use it.


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -