UdacityMobileWebScholarship / guess-quote

This application is a collaborative project made by the Google Udacity Mobile Web Specialist Scholars.
MIT License
22 stars 48 forks source link

Little HotFix #63

Closed charlie1404 closed 6 years ago

charlie1404 commented 6 years ago

Removed DB_URL from nodemon.json as conflicting with .env (DB_URL)

The app was loading "DB_URL" environment variable from "nodemon.json".

twishasaraiya commented 6 years ago

@charlie1404 Thank you for PR. One of the other moderators will get back to you since @danivijay and @skyshader are handling backend.

skyshader commented 6 years ago

@charlie1404 let's remove nodemon.json because it's not needed. We will stick with .env from now on.