First commit
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
module.exports = {
|
||||
jwtSecret: process.env.JWT_SECRET || 'bf61a93e-7cd3-4018-a552-82c8691313b0'
|
||||
};
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
module.exports = {
|
||||
jwtSecret: process.env.JWT_SECRET || 'bf61a93e-7cd3-4018-a552-82c8691313b0'
|
||||
};
|
||||