diff options
| author | RblSb <msrblsb@gmail.com> | 2025-09-03 05:11:00 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2025-09-03 10:29:56 +0300 |
| commit | 0a771c1ab48819561c766790092407cf602fd68c (patch) | |
| tree | fa7ed872513dc59f2cd8b2f5c467e699a497871b /default-config.json | |
| parent | bae9d4be2fd8f0819f45fbff2917d1b402b3b610 (diff) | |
Ssl key config options
see #66
Diffstat (limited to 'default-config.json')
| -rw-r--r-- | default-config.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/default-config.json b/default-config.json index 38fc271..5ae327a 100644 --- a/default-config.json +++ b/default-config.json @@ -11,6 +11,8 @@ "localAdmins": true, "allowProxyIps": true, "localNetworkOnly": false, + "sslKeyPemPath": "", + "sslCertPemPath": "", "templateUrl": "https://youtube.com/playlist?list=PL9FiZUDVMu9tc_85frYognMOVFC_-VkSX", "youtubeApiKey": "AIzaSyDTk1OPRI9cDkAK_BKsBcv10DQCHse-QaA", "youtubePlaylistLimit": 50, |
