mirror of https://github.com/nealey/spongy
touch up INSTALL
This commit is contained in:
parent
16e07bb1e1
commit
fe5bcf670d
|
@ -58,6 +58,7 @@ Spongy CGI Configuration
|
|||
If you'd like to run `spongy.cgi`,
|
||||
that's fine,
|
||||
but you have to create a configuration file
|
||||
called `spongy.cfg`
|
||||
in the same directory as the CGI.
|
||||
It looks like this:
|
||||
|
||||
|
@ -66,6 +67,8 @@ It looks like this:
|
|||
"basedir": "/home/neale/lib/irc"
|
||||
}
|
||||
|
||||
`basedir` is the path to the BASE DIRECTORY from above.
|
||||
|
||||
`auth` is a sha256 checksum of your password.
|
||||
You can generate it for the password "bloop" like this:
|
||||
|
Loading…
Reference in New Issue