Commit 8344c6f106c68d4093aadf730661a2611ee69d1f

Authored by José Maria Villac Pinheiro
1 parent 5aa25be3

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 1 var connection = {
2 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 5 port: 5432,
6 6 database: 'gis',
7 7 user: 'postgres',
... ... @@ -12,7 +12,7 @@ var connection = {
12 12 msql: {
13 13 user: 'sa',
14 14 password: 'Nexus243',
15   - server: 'JAVASERVER\\SQLEXPRESS',
  15 + server: 'http://nexusbr.dyndns-ip.com',
16 16 database: 'comercial',
17 17 port: '1444',
18 18 dialect: 'mssql'
... ...