This website requires JavaScript.
Explore
Help
Sign In
verdnatura
/
worker-time-control
Watch
0
Star
0
Fork
You've already forked worker-time-control
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
a11e420cd3
worker-time-control
/
config.js
9 lines
111 B
JavaScript
Raw
Normal View
History
Unescape
Escape
First version
2021-10-19 08:52:45 +00:00
var
process
=
{
env
:
{
NODE
_ENV
:
'development'
}
}
;
var
config
=
{
#3945 Fichador muestra las horas de manera incorrecta
2022-05-23 13:28:03 +00:00
urlBase
:
'http://localhost:8080'
First version
2021-10-19 08:52:45 +00:00
}
;