Fissato Office_Id di ISTI.
This commit is contained in:
parent
f77dd9003e
commit
e3c538aea5
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "epasmed",
|
"name": "epasmed",
|
||||||
"version": "1.0.7",
|
"version": "1.0.8",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "epasmed",
|
"name": "epasmed",
|
||||||
"version": "1.0.7",
|
"version": "1.0.8",
|
||||||
"description": "Description for epasmed",
|
"description": "Description for epasmed",
|
||||||
"private": true,
|
"private": true,
|
||||||
"license": "UNLICENSED",
|
"license": "UNLICENSED",
|
||||||
|
|
|
||||||
2
pom.xml
2
pom.xml
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
<groupId>it.cnr.isti.epasmed</groupId>
|
<groupId>it.cnr.isti.epasmed</groupId>
|
||||||
<artifactId>epasmed</artifactId>
|
<artifactId>epasmed</artifactId>
|
||||||
<version>1.0.7</version>
|
<version>1.0.8</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<name>epasmed</name>
|
<name>epasmed</name>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -6,4 +6,4 @@ export const VERSION = process.env.VERSION;
|
||||||
export const DEBUG_INFO_ENABLED = Boolean(process.env.DEBUG_INFO_ENABLED);
|
export const DEBUG_INFO_ENABLED = Boolean(process.env.DEBUG_INFO_ENABLED);
|
||||||
export const SERVER_API_URL = process.env.SERVER_API_URL;
|
export const SERVER_API_URL = process.env.SERVER_API_URL;
|
||||||
export const BUILD_TIMESTAMP = process.env.BUILD_TIMESTAMP;
|
export const BUILD_TIMESTAMP = process.env.BUILD_TIMESTAMP;
|
||||||
export const OFFICE_DEFAULT_ID = '1';
|
export const OFFICE_DEFAULT_ID = '657';
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue