Skip to content

Commit

Permalink
#1276 set vassal virtualenv venv path to .venv (rye default)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsimpson committed Jan 1, 2024
1 parent 507f2d9 commit 40f5c2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vassals-inject-config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ cron2 = minute=-1440 curl -L %(vassal_name)\/admin\/refresh-invoices
# %d absolute path of the directory containing the configuration file
chdir = %(vassal_dir)

virtualenv = /path-to-shared-subscribie-python/venv/
virtualenv = /path-to-shared-subscribie-python/.venv/

wsgi-file = /path-to/subscribie.wsgi

Expand Down

0 comments on commit 40f5c2d

Please sign in to comment.