6 lines
179 B
Bash
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
|