update makefile

This commit is contained in:
medcl 2022-03-22 16:13:09 +08:00
parent aaed0abb47
commit df01f96418
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ SHELL=/bin/bash
APP_NAME := console APP_NAME := console
APP_VERSION := 1.0.0_SNAPSHOT APP_VERSION := 1.0.0_SNAPSHOT
APP_CONFIG := $(APP_NAME).yml 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_FOLDER := .public
APP_STATIC_PACKAGE := public APP_STATIC_PACKAGE := public
APP_UI_FOLDER := ui APP_UI_FOLDER := ui