Fissato Office_Id di ISTI.

This commit is contained in:
Giancarlo Panichi 2025-07-10 15:48:30 +02:00
parent f77dd9003e
commit e3c538aea5
4 changed files with 4 additions and 4 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "epasmed",
"version": "1.0.7",
"version": "1.0.8",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "epasmed",
"version": "1.0.7",
"version": "1.0.8",
"description": "Description for epasmed",
"private": true,
"license": "UNLICENSED",

View File

@ -6,7 +6,7 @@
<groupId>it.cnr.isti.epasmed</groupId>
<artifactId>epasmed</artifactId>
<version>1.0.7</version>
<version>1.0.8</version>
<packaging>jar</packaging>
<name>epasmed</name>

View File

@ -6,4 +6,4 @@ export const VERSION = process.env.VERSION;
export const DEBUG_INFO_ENABLED = Boolean(process.env.DEBUG_INFO_ENABLED);
export const SERVER_API_URL = process.env.SERVER_API_URL;
export const BUILD_TIMESTAMP = process.env.BUILD_TIMESTAMP;
export const OFFICE_DEFAULT_ID = '1';
export const OFFICE_DEFAULT_ID = '657';