chg server.key to epl-server.key

This commit is contained in:
Wikinaut 2012-11-23 21:18:05 +01:00
parent e8bca8ea04
commit 43980ffe11
1 changed files with 2 additions and 2 deletions

View File

@ -23,8 +23,8 @@
// so that the Etherpad server can access them
"ssl" : {
"key" : "/path-to-your/server.key",
"cert" : "/path-to-your/server.crt"
"key" : "/path-to-your/epl-server.key",
"cert" : "/path-to-your/epl-server.crt"
},
*/