server side events and ui improvemnt

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-02-09 15:05:59 +01:00
parent 04453c673f
commit 484a6b1d41
73 changed files with 1095 additions and 650 deletions

View File

@@ -1,5 +1,3 @@
# Ready for docker-compose
REDIS_URL="redis://127.0.0.1:6379"
DATABASE_URL="postgres://username:password@127.0.0.1:5435/postgres?sslmode=disable"
NEXTAUTH_SECRET="secret_sauce"
NEXTAUTH_URL="http://localhost:3000"
DATABASE_URL="postgres://username:password@127.0.0.1:5435/postgres?sslmode=disable"