add LICENSE and COPYING; fix workaround for plantuml

This commit is contained in:
Marc Wäckerlin
2016-09-12 06:50:41 +00:00
parent 709099dd21
commit d7955e5d0f
7 changed files with 74 additions and 35 deletions

10
nodejs/etc/safechat.json Normal file
View File

@@ -0,0 +1,10 @@
{
"mysql": {
"host" : "localhost",
"user" : "root",
"port" : 8654,
"password" : "ert456",
"database" : "safechat",
"max_allowed_packet": 1000000000
}
}