diff options
Diffstat (limited to 'src/Types.hx')
| -rw-r--r-- | src/Types.hx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Types.hx b/src/Types.hx index 2dfe899..9263c57 100644 --- a/src/Types.hx +++ b/src/Types.hx @@ -42,6 +42,8 @@ typedef Config = { localAdmins:Bool, allowProxyIps:Bool, localNetworkOnly:Bool, + sslKeyPemPath:String, + sslCertPemPath:String, templateUrl:String, youtubeApiKey:String, youtubePlaylistLimit:Int, |
