Files
DataLogger-Generic/www/config/env/development.js
Patrick McDonagh 3755db5cad Removed old files
2016-05-02 18:09:30 -05:00

26 lines
843 B
JavaScript

/**
* Development environment settings
*
* This file can include shared settings for a development team,
* such as API keys or remote database passwords. If you're using
* a version control solution for your Sails app, this file will
* be committed to your repository unless you add it to your .gitignore
* file. If your repository will be publicly viewable, don't add
* any private information to this file!
*
*/
module.exports = {
/***************************************************************************
* Set the default database connection for models in the development *
* environment (see config/connections.js and config/models.js ) *
***************************************************************************/
// models: {
// connection: 'someMongodbServer'
// }
port:3000,
};