Files
rss-reader/.env.example
2026-06-07 15:43:43 +02:00

6 lines
179 B
Bash

DATABASE_URL=postgres://admin:changeme@localhost/rss
JWT_SECRET=change-this-to-a-long-random-string
FRONTEND_ORIGIN=http://localhost:5173
RUST_LOG=info
POSTGRES_PASSWORD=changeme