First commit

This commit is contained in:
2020-12-04 20:12:49 +01:00
commit c22da63747
19 changed files with 11010 additions and 0 deletions
View File
@@ -0,0 +1,3 @@
module.exports = {
jwtSecret: process.env.JWT_SECRET || 'bf61a93e-7cd3-4018-a552-82c8691313b0'
};