From 0cea0c1ad0b2db47a59c5ab0eafb8737840ea3a8 Mon Sep 17 00:00:00 2001 From: Mauricio Cattafi Date: Tue, 15 Oct 2019 15:06:46 -0300 Subject: [PATCH] =?UTF-8?q?se=20agregan=20datos=20faltantes=20para=20la=20?= =?UTF-8?q?configuraci=C3=B3n=20de=20ejemplo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gulpfile.js | 3 +++ src/etc/develop.ejemplo.js | 11 ++++++----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index 353094b..268df62 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -54,6 +54,8 @@ gulp.task('pre-install', function() { gulp.src('package.json'), replace('ssh://git@debonline.dyndns.org:', 'http://git.focasoftware.com/'), replace('.git', '.git#develop'), + replace('foca-login.git#develop', 'foca-login.git#demo'), + replace('foca-nombre-empresa.git#develop', 'foca-nombre-empresa.git#demo'), gulp.dest('') ]); }); @@ -63,6 +65,7 @@ gulp.task('post-install', function() { gulp.src('package.json'), replace('http://git.focasoftware.com/', 'ssh://git@debonline.dyndns.org:'), replace('#develop', ''), + replace('#demo', ''), gulp.dest('') ]); }); diff --git a/src/etc/develop.ejemplo.js b/src/etc/develop.ejemplo.js index edabf57..748c9f1 100644 --- a/src/etc/develop.ejemplo.js +++ b/src/etc/develop.ejemplo.js @@ -1,5 +1,6 @@ -angular.module('appWrapperDemo') - .constant('API_ENDPOINT', { - 'URL': '//127.0.0.1:9000' - }) - .constant("APP", ''); // Posibles valores '', 'distribuidor', 'transportista' +angular.module('appWrapperFacturador') + .constant('API_ENDPOINT', { + 'URL': 'http://localhost:9900', + 'ENDPOINT_BASE': 'http://ypf.app.focasoftware.com:3030', + }) + .constant("APP", 'facturador'); // Posibles valores '', 'distribuidor', 'transportista', 'facturador' \ No newline at end of file -- 1.9.1