# Copy to .env and fill in. The server refuses to start without a strong JWT_SECRET. # # Generate a strong secret: # openssl rand -hex 32 JWT_SECRET= # Optional # PORT=3000 # HOST=0.0.0.0 # LOG_LEVEL=info # DATABASE_URL=./parking.sqlite