This commit is contained in:
metacryst
2025-09-12 21:09:41 -05:00
parent eff0c160a5
commit ffb4d1ef52
11 changed files with 214 additions and 735 deletions

View File

@@ -1,3 +1,3 @@
BASE_URL=localhost:3004
BASE_URL=localhost:3003
JWT_SECRET=950b15c8c1c8a27dd716bba3ab51d96ce49afa85cae72884cf22e936e1bc0cb9
ENV=development

View File

@@ -12,7 +12,7 @@ var ENV string
// URLs
var BASE_URL string
const PORT = "3004"
const PORT = "3003"
// Auth
var JWT_SECRET string