fixed psychoJS serving

This commit is contained in:
Shaheed Azaad
2025-07-14 00:24:44 +02:00
parent 9fba3becb8
commit cde21e9286
107 changed files with 3974 additions and 0 deletions

8
env.example Normal file
View File

@@ -0,0 +1,8 @@
DATABASE_URL="postgres://root:mysecretpassword@localhost:5432/local"
ENVIRONMENT=development
PUBLIC_APP_NAME="cog-socket"
S3_ENDPOINT="http://localhost:9000"
S3_ACCESS_KEY="minioadmin"
S3_SECRET_KEY="minioadmin"
S3_BUCKET="cog-socket"
BASE_URL="http://localhost:5173"