Added auth module for future

This commit is contained in:
2024-01-02 12:49:39 +03:00
parent 7f31769d0d
commit ab66f38118
10 changed files with 198 additions and 2 deletions

View File

@@ -16,5 +16,6 @@ export const config = {
},
server: {
port: +process.env.SERVER_PORT || 8080,
access_token: process.env.ACCESS_TOKEN || '',
},
};