postgres session storage backend
This commit is contained in:
parent
f22814c77b
commit
2871c358e3
8 changed files with 99 additions and 48 deletions
7
Makefile
7
Makefile
|
|
@ -22,6 +22,13 @@ devserver:
|
|||
--log-file-rust-log=debug,librqbit=trace \
|
||||
server start /tmp/scratch/
|
||||
|
||||
@PHONY: devserver
|
||||
devserver-postgres:
|
||||
echo -n '' > /tmp/rqbit-log && cargo run -- \
|
||||
--log-file /tmp/rqbit-log \
|
||||
--log-file-rust-log=debug,librqbit=trace \
|
||||
server start --persistence-config postgres:///rqbit /tmp/scratch/
|
||||
|
||||
@PHONY: clean
|
||||
clean:
|
||||
rm -rf target
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue