mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
reading https files path from json
This commit is contained in:
parent
5ce0c2d71c
commit
088a3785cc
4 changed files with 37 additions and 3 deletions
|
@ -180,3 +180,9 @@ export interface PeerInfo {
|
|||
note?: string
|
||||
http?: boolean
|
||||
}
|
||||
|
||||
export interface HttpsFiles {
|
||||
privkeyFile: string
|
||||
fullchainFile: string
|
||||
chainFile: string
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue