feat: update API endpoints and enhance feed retrieval logic, add CORS support
This commit is contained in:
@@ -3,4 +3,4 @@ PORT=8000
|
||||
#DATABASE_URL="sqlite://dev.db"
|
||||
DATABASE_URL="postgresql://postgres:postgres@localhost/thoughts"
|
||||
#DATABASE_URL=postgres://thoughts_user:postgres@database:5432/thoughts_db
|
||||
PREFORK=1
|
||||
PREFORK=0
|
||||
|
Reference in New Issue
Block a user