Correct config info

This commit is contained in:
Eliot Whalan 2016-06-19 10:22:56 +10:00
parent 866417bc46
commit 2f66eb58b5
1 changed files with 3 additions and 3 deletions

View File

@ -13,10 +13,10 @@ import (
const ( const (
DIRECTORY = "/tmp/" DIRECTORY = "/tmp/"
ADDRESS = "http://localhost:8080/" ADDRESS = "https://p.pantsu.cat/"
LENGTH = 4 LENGTH = 4
TEXT = "$ <command> | curl -F 'p=<-' lang='python'" + ADDRESS + "\n" TEXT = "$ <command> | curl -F 'p=<-' " + ADDRESS + "\n"
PORT = ":8080" PORT = ":9900"
) )
func check(err error) { func check(err error) {