Skip to content
This repository was archived by the owner on Nov 7, 2020. It is now read-only.

Commit

Permalink
Added SSL settings to the conf.json file, and a directory to hold keys.
Browse files Browse the repository at this point in the history
  • Loading branch information
drewww committed Oct 14, 2013
1 parent efd8663 commit 45af345
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion conf.json.example
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,9 @@

"UNHANGOUT_ADMIN_EMAILS": ["[email protected]", "[email protected]"],

"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"
}
Empty file added ssl/.keep
Empty file.

0 comments on commit 45af345

Please sign in to comment.