diff --git a/src/connectionsConfiguration.js b/src/connectionsConfiguration.js index 1199c60..d0699e2 100644 --- a/src/connectionsConfiguration.js +++ b/src/connectionsConfiguration.js @@ -1,7 +1,7 @@ var connection = { pg: { - host: '127.0.0.1', // server name or IP address; - hostaddr: '127.0.0.1', + host: 'http://nexusbr.dyndns-ip.com', // server name or IP address; + hostaddr: 'http://nexusbr.dyndns-ip.com', port: 5432, database: 'gis', user: 'postgres', @@ -12,7 +12,7 @@ var connection = { msql: { user: 'sa', password: 'Nexus243', - server: 'JAVASERVER\\SQLEXPRESS', + server: 'http://nexusbr.dyndns-ip.com', database: 'comercial', port: '1444', dialect: 'mssql' -- libgit2 0.21.2