Sfoglia il codice sorgente

Set the webhook program to hot-reload

master
Fen Dweller 5 anni fa
parent
commit
57bae639ac
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      run.sh

+ 1
- 1
run.sh Vedi File

@@ -1 +1 @@
export $(cat .env | xargs) && /home/web/go/bin/webhook -hooks config.json -ip 0.0.0.0 -verbose -port 8765 -template
export $(cat .env | xargs) && /home/web/go/bin/webhook -hooks config.json -ip 0.0.0.0 -verbose -port 8765 -template -hotreload

Loading…
Annulla
Salva