diff options
| -rw-r--r-- | .sample-env | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.sample-env b/.sample-env new file mode 100644 index 0000000..39ab7b8 --- /dev/null +++ b/.sample-env @@ -0,0 +1,14 @@ +IRC_NICK=panda +IRC_NAME=panda +IRC_REALNAME=panda +IRC_SERVER=localhost +IRC_PORT=6667 +IRC_SSL=false +IRC_CHANNELS=#test,#afxchat +PORT=6590 +OK_PRODUCTION=false +S3_KEY=... +S3_SECRET=... +S3_BUCKET=ltho +S3_DIR=/panda/ + |
