rodhoward / node-sybase

23 stars 55 forks source link

Lack of explanation about sybaseConfig.properties #28

Open mbizin opened 6 years ago

mbizin commented 6 years ago

If you need to use the sybaseConfig.properties you should create the properties file at the same directory where you are running the node command to start you app.

i.e:

  1. Running the app throught systemctl: if your app is started from /opt/nodejs/bin, so a sybaseConfig.properties must exists on /opt/nodejs/bin

  2. Running mocha tests: the sybaseConfig.properties must exists on the same directory that you executed mocha command