Sfoglia il codice sorgente

configurable stuff in now out of the script

Oz N Tiram 9 anni fa
parent
commit
ec2df81817
1 ha cambiato i file con 10 aggiunte e 0 eliminazioni
  1. 10 0
      hooks/post-update.conf

+ 10 - 0
hooks/post-update.conf

@@ -0,0 +1,10 @@
+# EDIT THE FOLLOWING VARIABLES TO FIT YOUR NEEDS
+# THE KEY SHOULD ALSO BE KNOWN ON THE SERVER THAT LISTENS TO SUBMITS
+
+SECRET_KEY=VERYSECRETLONGKEYYOUSHOULDDEFINITELYEDIT
+SUBMIT_HOST=127.0.0.1
+SUBMIT_PORT=8080
+
+GITURL="git@yourhost.domain:oz123/frank.git"
+# GITHUB USES X-Hub-Secret, feel free to create your own key name
+SECRET_KEY_NAME=X-Secret