Files
web-chat/.env
slawk0 bf8da0606c Remove unused files and improve code clarity
Deleted obsolete files, including icon.png and index.html. Refactored JavaScript code in signup.js and socket.js for better readability by adjusting indentation and format. Updated environment variables in .env and streamlined several routes and functions in index.js.
2024-10-14 15:40:08 +02:00

11 lines
163 B
Bash

PG_HOST=192.168.0.47
PG_PORT=5432
PG_USER=postgres
PG_PASSWORD=jebanechaslo
PG_DATABASE=webchat
SESSION_SECRET=changeme
JWT_SECRET=jkldfsjklsdfjkl
APP_PORT=4000