feat: add admin auth provider
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
class Config {
|
||||
public get tokenSecret() {
|
||||
public get jwtSecret() {
|
||||
return process.env.TOKEN_SECRET;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user