summaryrefslogtreecommitdiff
path: root/patches/spe.patch
diff options
context:
space:
mode:
authoruakci <uakci@uakci.pl>2021-09-15 01:19:55 +0200
committeruakci <uakci@uakci.pl>2021-09-15 01:19:55 +0200
commit20ef8a090c2bc552e8f1e5dd773cd086c9782a21 (patch)
tree89b7efba3f301c11eaba53ce13bcca87a9648240 /patches/spe.patch
downloadnuogai-20ef8a090c2bc552e8f1e5dd773cd086c9782a21.tar.gz
nuogai-20ef8a090c2bc552e8f1e5dd773cd086c9782a21.zip
initial
Diffstat (limited to 'patches/spe.patch')
-rw-r--r--patches/spe.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/patches/spe.patch b/patches/spe.patch
new file mode 100644
index 0000000..af5a53d
--- /dev/null
+++ b/patches/spe.patch
@@ -0,0 +1,11 @@
+diff --git a/web/webservice.scm b/web/webservice.scm
+index 8193dda..0cc6ca4 100755
+--- a/web/webservice.scm
++++ b/web/webservice.scm
+@@ -51,4 +51,4 @@
+
+ (run-server spe-handler
+ 'http
+- '(#:host "0.0.0.0"))
+\ No newline at end of file
++ `(#:host "127.0.0.1" #:port ,(string->number (getenv "PORT"))))