From 45af34563aff566b311d0cb76d4c91c33e59be2c Mon Sep 17 00:00:00 2001 From: Drew Harry Date: Mon, 14 Oct 2013 17:48:01 -0400 Subject: [PATCH] Added SSL settings to the conf.json file, and a directory to hold keys. --- conf.json.example | 6 +++++- ssl/.keep | 0 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 ssl/.keep diff --git a/conf.json.example b/conf.json.example index b2cf54a7..521236af 100644 --- a/conf.json.example +++ b/conf.json.example @@ -12,5 +12,9 @@ "UNHANGOUT_ADMIN_EMAILS": ["user1@example.com", "user2@example.com"], - "UNHANGOUT_HANGOUT_APP_ID":123456789012 + "UNHANGOUT_HANGOUT_APP_ID":123456789012, + + "UNHANGOUT_USE_SSL":false, + "UNHANGOUT_PRIVATE_KEY":"ssl/private.pem", + "UNHANGOUT_CERTIFICATE":"ssl/cert.pem" } \ No newline at end of file diff --git a/ssl/.keep b/ssl/.keep new file mode 100644 index 00000000..e69de29b