remove applySettings hook and allow credentials.json to be part of core
This commit is contained in:
parent
f44c444720
commit
0617f81689
|
@ -17,3 +17,4 @@ npm-debug.log
|
|||
*.crt
|
||||
*.key
|
||||
bin/etherpad-1.deb
|
||||
credentials.json
|
||||
|
|
|
@ -2,6 +2,9 @@
|
|||
This file must be valid JSON. But comments are allowed
|
||||
|
||||
Please edit settings.json, not settings.json.template
|
||||
|
||||
To still commit settings without credentials you can
|
||||
store any credential settings in credentials.json
|
||||
*/
|
||||
{
|
||||
// Name your instance!
|
||||
|
|
Loading…
Reference in New Issue