PORT=9000 JWT_SECRET="" POSTGRES_URL="postgres://postgres:password@localhost:5432/officer" MAIL_TRANSPORT="smtp://localhost:1025" PUBLIC_URL=http://localhost:9000 # Guards (CORS origin checks, rate limits, password-strength rules) are ON unless this is set to # "dev" or "development". Leave it unset or set it to "production" for a real deployment; only set # it to "dev" on a local machine you trust, since that disables all three. PUBLIC_BUILD_ENV=production DATA_PATH=/path/to/data OFFICER_ITEMS_DIR=/path/to/officer-items HOME_DIR=/home/user BROWSER_RELAY_PORT=18792