1
0
Fork 0
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:
Ryan Voots 2016-06-20 17:36:54 -04:00
parent ccb6e77a6f
commit ed3c47c44a

10
app.cfg
View file

@ -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"