Make port configurable

This commit is contained in:
Stefan Bethke 2024-02-26 22:58:14 +01:00
commit e9f4786788
2 changed files with 3 additions and 2 deletions

View file

@ -2,4 +2,4 @@
here=$(cd $(dirname $0); pwd)
cd $here
exec poetry run python foobaz.py -a 127.0.0.1 -r shop -u 2
exec poetry run python foobaz.py -a 127.0.0.1 -p 8081 -r shop -u 2