More config options (tmpl, yt_proxy) + notes
This commit is contained in:
parent
0cbb9d424e
commit
96be306b2b
3 changed files with 23 additions and 6 deletions
5
Makefile
5
Makefile
|
@ -1,7 +1,10 @@
|
|||
.PHONY: run test build frontend backend
|
||||
|
||||
run:
|
||||
HOST=127.0.0.1 PORT=4009 COOKIES_DIR=cookies python3 ./backend/main.py
|
||||
# See backend/config.py for more fields
|
||||
HOST=127.0.0.1 PORT=4009 \
|
||||
COOKIES_DIR=cookies \
|
||||
python3 ./backend/main.py
|
||||
|
||||
test:
|
||||
@python3 -m unittest discover -vcs ./backend
|
||||
|
|
Loading…
Add table
Reference in a new issue