remove applySettings hook and allow credentials.json to be part of core
parent
f44c444720
commit
0617f81689
|
@ -17,3 +17,4 @@ npm-debug.log
|
||||||
*.crt
|
*.crt
|
||||||
*.key
|
*.key
|
||||||
bin/etherpad-1.deb
|
bin/etherpad-1.deb
|
||||||
|
credentials.json
|
||||||
|
|
|
@ -2,6 +2,9 @@
|
||||||
This file must be valid JSON. But comments are allowed
|
This file must be valid JSON. But comments are allowed
|
||||||
|
|
||||||
Please edit settings.json, not settings.json.template
|
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!
|
// Name your instance!
|
||||||
|
|
Loading…
Reference in New Issue