mirror of
https://github.com/go-admin-team/go-admin.git
synced 2026-09-20 17:57:54 +00:00
feat[Https]: added https support (#113)
This commit is contained in:
@@ -6,6 +6,11 @@ settings:
|
||||
port: 8000
|
||||
readtimeout: 1
|
||||
writertimeout: 2
|
||||
domain: localhost:8000
|
||||
ishttps: false
|
||||
ssl:
|
||||
key: keystring
|
||||
pem: temp/pem.pem
|
||||
log:
|
||||
dir: temp/logs
|
||||
jwt:
|
||||
|
||||
Reference in New Issue
Block a user