update: consolidate import instructions, expand supported image directories in import_fruits, and add backend .env inclusion in Makefile

This commit is contained in:
2026-06-22 13:19:51 +02:00
parent 1b381d9385
commit 5e4120a027
5 changed files with 36 additions and 39 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
DATABASE_URL=postgres://osdb:osdb@localhost:5432/osdb
DATABASE_URL=postgres://osdb:osdb@localhost:5432/osdb?sslmode=disable
PORT=3000
JWT_SECRET=change-me-use-a-long-random-string
USERS_FILE=../users.env