From 8a90b9b4213bd97dc5a19fe16761bcfed8c0cb1b Mon Sep 17 00:00:00 2001 From: yp05327 <576951401@qq.com> Date: Tue, 26 Mar 2024 06:36:25 +0000 Subject: [PATCH] add comment in app.example.ini --- custom/conf/app.example.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/custom/conf/app.example.ini b/custom/conf/app.example.ini index b4b4f3a8a2..9f4d1d52d3 100644 --- a/custom/conf/app.example.ini +++ b/custom/conf/app.example.ini @@ -260,6 +260,7 @@ RUN_USER = ; git ;; ;; ACME live directory (not to be confused with ACME directory URL: ACME_URL) ;; (Refer to caddy's ACME manager https://github.com/caddyserver/certmagic) +;; Relative paths will be resolved to `${AppDataPath}/${AcmeLiveDirectory}` ;ACME_DIRECTORY = https ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;