- Remove posthog-js and posthog-node dependencies - Delete PostHogProvider component and lib/posthog.ts - Remove PostHog configuration from environment files - Remove PostHog rewrites from next.config.mjs - Update all npm subdependencies to latest minor versions - Update @types/react and @types/react-dom overrides to 19.2.9 and 19.2.3
12 lines
408 B
Plaintext
12 lines
408 B
Plaintext
# Navidrome Server Configuration (for development)
|
|
NEXT_PUBLIC_NAVIDROME_URL=http://localhost:4533
|
|
NEXT_PUBLIC_NAVIDROME_USERNAME=your_username
|
|
NEXT_PUBLIC_NAVIDROME_PASSWORD=your_password
|
|
|
|
# For Docker deployment, use these variable names in your .env file:
|
|
# NAVIDROME_URL=https://your-navidrome-server.com
|
|
# NAVIDROME_USERNAME=your_username
|
|
# NAVIDROME_PASSWORD=your_password
|
|
# HOST_PORT=3000
|
|
# PORT=3000
|