From 2203c3877f205e4efa1076d869f58877d8c08e83 Mon Sep 17 00:00:00 2001 From: ArmandBahi <armand.bahi@veremes.com> Date: Wed, 24 Oct 2018 15:51:41 +0200 Subject: [PATCH] Update properties.json --- conf/properties.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/conf/properties.json b/conf/properties.json index 11b3712c..d0372b37 100644 --- a/conf/properties.json +++ b/conf/properties.json @@ -1 +1,11 @@ -���ǬjX�����CU���z�ޮv�zm�����-���<�S����+��m�����-���<�S����! W�k����ޮȨ�QH��n�t,;-j۬�{-i�^���'��ÍLv��X�jب��m��-��ޞ���y��� \ No newline at end of file +{ + "services_alias": "rest[ENV]", + "web_server_name": "https://[hostname]:[PORT]/", + "proxy_url": "https://[hostname]:[PORT]/proxy[ENV]/proxy.php", + "version": "[VERSION]", + "build": "[BUILD]", + "status": "unstable", + "month_year": "[MONTH_YEAR]", + "application": "extraction", + "environment": "[ENV]" +} -- GitLab