From 9428eabebe5ab3e0941c3473da0818125062a0e6 Mon Sep 17 00:00:00 2001 From: Armand Bahi <armand.bahi@veremes.com> Date: Wed, 24 Oct 2018 15:39:50 +0200 Subject: [PATCH] Update conf/properties.json --- conf/properties.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 conf/properties.json diff --git a/conf/properties.json b/conf/properties.json new file mode 100644 index 00000000..3b281952 --- /dev/null +++ b/conf/properties.json @@ -0,0 +1,10 @@ +{ + "services_alias": "rest[ENV]", + "web_server_name": "https://[hostname]:[PORT]/", + "version": "[VERSION]", + "build": "[BUILD]", + "status": "unstable", + "month_year": "[MONTH_YEAR]", + "application": "gtf", + "environment": "[ENV]" +} -- GitLab