User Authentication and Other fixes #1

Merged
vinod merged 30 commits from user-auth into main 2023-02-05 09:01:08 +00:00
Showing only changes of commit caae2a785d - Show all commits

6
.env-dev Normal file
View File

@@ -0,0 +1,6 @@
DATABASE_URL="sqlite:../data-debug/db/sqlite.db?mode=rwc"
IMAGES_DIR="../data-debug/images"
CORS_URL="*"
MEILI_URL="http://localhost:7700"
MEILI_KEY="asdasdasd"
BACKEND_URL="http://localhost:8081"