This commit is contained in:
madao
2025-02-05 19:49:09 +08:00
parent 684f045e08
commit 3aefddd1e2
10 changed files with 169 additions and 131 deletions

View File

@@ -7,7 +7,7 @@ server:
port: 8080
static:
path: ./resources/static
use-https: true
use-https: false
cert:
private-key-path: ./resources/conf/cert/private_key.pem
cert-path: ./resources/conf/cert/certificate.crt

File diff suppressed because one or more lines are too long