summary refs log tree commit diff
path: root/cdn
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-06-02 16:29:56 +1000
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-06-02 16:29:56 +1000
commitb680d179c363c4de38801f6686bedc8a42638ff3 (patch)
treece527a07dfdceee20bd31010b0102b693d61b60b /cdn
parentAdded README, added more UDP decryption stuff (diff)
parentMerge pull request #759 from MaddyUnderStars/fix/respectRegisterConfig (diff)
downloadserver-ts-b680d179c363c4de38801f6686bedc8a42638ff3.tar.xz
Merge branch 'master' into maddyrtc
Diffstat (limited to 'cdn')
-rw-r--r--cdn/CONTRIBUTE.md18
-rw-r--r--cdn/package.json4
2 files changed, 2 insertions, 20 deletions
diff --git a/cdn/CONTRIBUTE.md b/cdn/CONTRIBUTE.md
deleted file mode 100644

index 7cc673d9..00000000 --- a/cdn/CONTRIBUTE.md +++ /dev/null
@@ -1,18 +0,0 @@ -# CONTRIBUTE - -### Setup: - -``` -npm i -npm start -``` - -### Run tests: - -``` -npm test -``` - -#### common errors: - -- db not connecting --> start mongod in a seperate terminal window diff --git a/cdn/package.json b/cdn/package.json
index 7a1f43c9..f1d12ba5 100644 --- a/cdn/package.json +++ b/cdn/package.json
@@ -14,8 +14,8 @@ "url": "git+https://github.com/fosscord/fosscord-server.git" }, "keywords": [], - "author": "", - "license": "GPLV3", + "author": "Fosscord", + "license": "AGPLV3", "bugs": { "url": "https://github.com/fosscord/fosscord-server/issues" },