aboutsummaryrefslogtreecommitdiffstats
path: root/bommom.go
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2012-09-20 02:50:07 +0200
committerbnewbold <bnewbold@robocracy.org>2012-09-20 02:50:07 +0200
commit627a217e7e74a6800475a9b3898855b26edd4a16 (patch)
tree64ca6d32ae3c21aa71ddb8a1cd2e458aed394a01 /bommom.go
parente562f632fd2d56f9a0998a8f39ef7bcccb09f6ba (diff)
downloadbommom-627a217e7e74a6800475a9b3898855b26edd4a16.tar.gz
bommom-627a217e7e74a6800475a9b3898855b26edd4a16.zip
pseudo persona stuff
Diffstat (limited to 'bommom.go')
-rw-r--r--bommom.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/bommom.go b/bommom.go
index 2d14bf8..55071b8 100644
--- a/bommom.go
+++ b/bommom.go
@@ -27,6 +27,7 @@ var (
inFormat = flag.String("informat", "", "command output format (for 'load' etc)")
listenPort = flag.Uint("port", 7070, "port to listen on (HTTP serve)")
listenHost = flag.String("host", "", "hostname to listen on (HTTP serve)")
+ sessionSecret = flag.String("sessionSecret", "12345", "cookie session secret")
)
func main() {