Allow specifying port through LD_SERVER_PORT environment variable (#156)

* Allow specifying port through LD_SERVER_PORT environment variable

Co-authored-by: Christoph Schmatzler <christoph@medium.place>
Co-authored-by: Sascha Ißbrücker <sascha.issbruecker@googlemail.com>
This commit is contained in:
Christoph Schmatzler
2022-03-26 10:24:38 +01:00
committed by GitHub
parent 673466ab28
commit c16e87f9c7
3 changed files with 10 additions and 3 deletions

View File

@@ -1,5 +1,4 @@
[uwsgi]
http = :9090
chdir = /etc/linkding
module = siteroot.wsgi:application
env = DJANGO_SETTINGS_MODULE=siteroot.settings.prod