big juicy update

This commit is contained in:
pavel 2026-05-12 23:31:09 +02:00
commit 1b6651c8e0
5 changed files with 101 additions and 11 deletions

View file

@ -1,4 +1,8 @@
PORT=8080
LISTEN_NETWORK=tcp
LISTEN_ADDRESS=:8080
# Only used when LISTEN_NETWORK=unix
UNIX_SOCKET_PERM=0660
DATABASE_URL=postgres://postgres:postgres@localhost:5432/skills_market?sslmode=disable
STORAGE_DIR=uploads
DEV_MODE=true