Commit ce1f5af56863119c6a7ef64c70a385a323264dee
1 parent
0cea0c1ad0
Exists in
fix_configuracion
se agrega línea al final del archivo y se ignora carpeta de netbeans
Showing
2 changed files
with
3 additions
and
1 deletions
Show diff stats
.gitignore
1 | /node_modules | 1 | /node_modules |
2 | /dist | 2 | /dist |
3 | /src/etc/develop.js | 3 | /src/etc/develop.js |
4 | /css/*.css | 4 | /css/*.css |
5 | /package-lock\.json | 5 | /package-lock\.json |
6 | /nbproject/ | ||
6 | 7 |
src/etc/develop.ejemplo.js
1 | angular.module('appWrapperFacturador') | 1 | angular.module('appWrapperFacturador') |
2 | .constant('API_ENDPOINT', { | 2 | .constant('API_ENDPOINT', { |
3 | 'URL': 'http://localhost:9900', | 3 | 'URL': 'http://localhost:9900', |
4 | 'ENDPOINT_BASE': 'http://ypf.app.focasoftware.com:3030', | 4 | 'ENDPOINT_BASE': 'http://ypf.app.focasoftware.com:3030', |
5 | }) | 5 | }) |
6 | .constant("APP", 'facturador'); // Posibles valores '', 'distribuidor', 'transportista', 'facturador' | ||
6 | .constant("APP", 'facturador'); // Posibles valores '', 'distribuidor', 'transportista', 'facturador' | ||
7 |