Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
Asistencia
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Billy Larru
Asistencia
Commits
73e25c8c
Commit
73e25c8c
authored
Oct 11, 2018
by
Billy Larru
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
asignando ip y puerto(no localhost)
parent
bdd7f2f9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
general.js
src/main/webapp/js/general.js
+5
-3
No files found.
src/main/webapp/js/general.js
View file @
73e25c8c
//DEVELOP
//DEVELOP
const
PATH_GENERAL
=
'http://localhost:7070/Asistencia/'
;
const
IP
=
'172.16.2.102'
;
const
PATH_IP
=
'http://172.16.2.102:7070/Asistencia/'
;
const
PORT
=
'7070'
;
const
PATH_GENERAL
=
`http://
${
IP
}
:
${
PORT
}
/Asistencia/`
;
const
PATH_IP
=
`http://
${
IP
}
:
${
PORT
}
/Asistencia/`
;
//PRODUCCION
//PRODUCCION
const
PATH_DOMAIN
=
''
;
const
PATH_DOMAIN
=
''
;
const
CODIGO_PROYECTO
=
'7'
;
const
CODIGO_PROYECTO
=
'7'
;
...
@@ -9,7 +11,7 @@ const PATH_SERVICIO_REST = 'http://app9.sacooliveros.edu.pe:8080/security-rest/a
...
@@ -9,7 +11,7 @@ const PATH_SERVICIO_REST = 'http://app9.sacooliveros.edu.pe:8080/security-rest/a
//<editor-fold> SERVICIOS REST
//<editor-fold> SERVICIOS REST
const
baseURLRest
=
'http://sistem16:666/'
;
const
baseURLRest
=
'http://sistem16:666/'
;
const
baseURLModals
=
`http://
172.16.2.102:7070
/Asistencia/vistas/modals/`
;
const
baseURLModals
=
`http://
${
IP
}
:
${
PORT
}
/Asistencia/vistas/modals/`
;
const
baseURLImages
=
''
const
baseURLImages
=
''
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment