mirror of
https://github.com/perlbot/perlbuut-pastebin
synced 2025-06-07 14:17:26 -04:00
Some more ideas for config, and a little bit of docs about it
This commit is contained in:
parent
ccb6e77a6f
commit
ed3c47c44a
1 changed files with 10 additions and 0 deletions
10
app.cfg
10
app.cfg
|
@ -1,5 +1,6 @@
|
|||
[features]
|
||||
memcached=true
|
||||
evalserver=true
|
||||
|
||||
[memcached]
|
||||
namespace="pastebin"
|
||||
|
@ -16,6 +17,15 @@ max_size=524288
|
|||
address="localhost:11211"
|
||||
weight="2.5"
|
||||
|
||||
[evalserver]
|
||||
server="localhost:..."
|
||||
languages=[ "perl" ]
|
||||
|
||||
# Config for a non-local server. Has a lower weight so that the local one gets checked first
|
||||
# [[memcached.servers]]
|
||||
# address="remotehost:11211"
|
||||
# weight="1.0"
|
||||
|
||||
[announce]
|
||||
endpoint="localhost:1234"
|
||||
protocol="perlbot"
|
||||
|
|
Loading…
Add table
Reference in a new issue