Commit 8344c6f106c68d4093aadf730661a2611ee69d1f
1 parent
5aa25be3
Exists in
master
and in
1 other branch
V. 0.1.2 - Configuração dos endereços dos servidores SQLServer e Postgres para rede
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
src/connectionsConfiguration.js
1 | var connection = { | 1 | var connection = { |
2 | pg: { | 2 | pg: { |
3 | - host: '127.0.0.1', // server name or IP address; | ||
4 | - hostaddr: '127.0.0.1', | 3 | + host: 'http://nexusbr.dyndns-ip.com', // server name or IP address; |
4 | + hostaddr: 'http://nexusbr.dyndns-ip.com', | ||
5 | port: 5432, | 5 | port: 5432, |
6 | database: 'gis', | 6 | database: 'gis', |
7 | user: 'postgres', | 7 | user: 'postgres', |
@@ -12,7 +12,7 @@ var connection = { | @@ -12,7 +12,7 @@ var connection = { | ||
12 | msql: { | 12 | msql: { |
13 | user: 'sa', | 13 | user: 'sa', |
14 | password: 'Nexus243', | 14 | password: 'Nexus243', |
15 | - server: 'JAVASERVER\\SQLEXPRESS', | 15 | + server: 'http://nexusbr.dyndns-ip.com', |
16 | database: 'comercial', | 16 | database: 'comercial', |
17 | port: '1444', | 17 | port: '1444', |
18 | dialect: 'mssql' | 18 | dialect: 'mssql' |