Compare commits

..

No commits in common. "62cb2ad2150313e538ee5c7824c73f67824bf2d0" and "2a8176b91cff44b1eb4f58fb3ccdcfe2a30b032f" have entirely different histories.

2 changed files with 2 additions and 16 deletions

View File

@ -63,9 +63,9 @@
"requiredRoles": [] "requiredRoles": []
}, },
"app": { "app": {
"urlClient": "https://web.farmcontrol.app", "urlClient": "http://localhost:3000",
"urlElectronClient": "http://localhost:3000", "urlElectronClient": "http://localhost:3000",
"urlApi": "https://api.farmcontrol.app", "urlApi": "http://localhost:8080",
"devAuthClient": "http://localhost:3500" "devAuthClient": "http://localhost:3500"
}, },
"database": { "database": {

View File

@ -1,14 +0,0 @@
module.exports = {
apps: [
{
name: 'farmcontrol-api',
script: 'index.js',
env: {
NODE_ENV: 'development',
},
env_production: {
NODE_ENV: 'production',
},
},
],
};