From 8344c6f106c68d4093aadf730661a2611ee69d1f Mon Sep 17 00:00:00 2001 From: Jose Maria Villac Pinheiro Date: Fri, 27 Apr 2018 12:40:34 -0300 Subject: [PATCH] V. 0.1.2 - Configuração dos endereços dos servidores SQLServer e Postgres para rede --- src/connectionsConfiguration.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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