hisha
hisha copied to clipboard
Fix console errors, Upgrade to NodeJS 14 and make SSL optional
Version 7 of pg isn't compatible with NodeJs 14.
Made SSL optional so that it can be run easilly on the same machine as the db server (especially useful in dev).
Added dotenv for easy change of environment variables, including PORT and SSL option above.
Fixed console errors.