update: consolidate import instructions, expand supported image directories in import_fruits, and add backend .env inclusion in Makefile
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user