fixed psychoJS serving
This commit is contained in:
8
env.example
Normal file
8
env.example
Normal 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"
|
||||
Reference in New Issue
Block a user