From e2cde61cd93f664351b2669562ce8b6e18e6788a Mon Sep 17 00:00:00 2001 From: Eric Thuaud Date: Thu, 4 Nov 2021 16:27:20 +0100 Subject: [PATCH] optimize public config and increase version --- package.json | 2 +- public/configuration.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1802c1b..5576760 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "public-enemy", - "version": "1.0.0", + "version": "1.0.1", "private": true, "dependencies": { "@react-pdf/renderer": "^1.6.3", diff --git a/public/configuration.json b/public/configuration.json index dd51b31..0c8e369 100644 --- a/public/configuration.json +++ b/public/configuration.json @@ -1 +1 @@ -{ "urlApi": "http://localhost:8080"} \ No newline at end of file +{ "urlApi_Comment": "backend url for uploaded files treatments", "urlApi": "${PUBLICENEMY_API_URL}" } \ No newline at end of file