From df01f96418360e0c4b76d6562f798a73f450f02f Mon Sep 17 00:00:00 2001 From: medcl Date: Tue, 22 Mar 2022 16:13:09 +0800 Subject: [PATCH] update makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 56ee5e10..eb29e594 100755 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ SHELL=/bin/bash APP_NAME := console APP_VERSION := 1.0.0_SNAPSHOT APP_CONFIG := $(APP_NAME).yml -APP_EOLDate := "2023-12-31 10:10:10" +APP_EOLDate ?= "2023-12-31T10:10:10Z" APP_STATIC_FOLDER := .public APP_STATIC_PACKAGE := public APP_UI_FOLDER := ui