1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/coin_ynh.git synced 2024-09-03 18:16:26 +02:00

Merge pull request #45 from YunoHost-Apps/fix_typo

fix typo
This commit is contained in:
eric_G 2024-07-30 09:41:17 +02:00 committed by GitHub
commit 2ba309337b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
command = '__INSTALL_DIR/venv/bin/gunicorn'
command = '__INSTALL_DIR__/venv/bin/gunicorn'
pythonpath = '__INSTALL_DIR__'
workers = 4
user = '__APP__'