feat: add PostgreSQL web installation wizard
Signed Release / release (push) Failing after 5m1s

This commit is contained in:
Qiufeng
2026-08-04 07:42:20 +08:00
parent b714f9851e
commit 1affcd9a5e
61 changed files with 1992 additions and 431 deletions
@@ -0,0 +1,27 @@
server:
port: ${SERVER_PORT:8091}
shutdown: graceful
spring:
application:
name: kaidi-erp-installer
lifecycle:
timeout-per-shutdown-phase: 5s
jackson:
default-property-inclusion: non_null
erp:
install:
token: ${ERP_SETUP_TOKEN:}
install-root: ${ERP_INSTALL_ROOT:./runtime}
config-file: ${ERP_CONFIG_FILE:./runtime/config/erp.env}
pending-file: ${ERP_INSTALL_PENDING_FILE:./runtime/install.pending}
lock-file: ${ERP_INSTALL_LOCK_FILE:./runtime/install.lock}
operation-lock-file: ${ERP_INSTALL_OPERATION_LOCK_FILE:./runtime/install-operation.lock}
version: ${ERP_RELEASE_VERSION:development}
exit-after-complete: ${ERP_INSTALL_EXIT_AFTER_COMPLETE:true}
logging:
level:
root: INFO
com.kaidi.oa.install: INFO