2016-06-12 07:28:54 +00:00
|
|
|
// this place is configured in a suitable way for receiving
|
|
|
|
// syslog events from the syslog2psyc tool in perlpsyc
|
|
|
|
//
|
|
|
|
#include <net.h>
|
|
|
|
|
|
|
|
#ifdef ADMINISTRATORS
|
|
|
|
# define PLACE_OWNED ADMINISTRATORS
|
|
|
|
#else
|
2016-06-29 16:18:32 +00:00
|
|
|
# echo place/remotor has no owners!
|
2016-06-12 07:28:54 +00:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#define NAME "remoTor"
|
2016-08-20 12:47:40 +00:00
|
|
|
//#define PRIVATE
|
2016-06-12 07:28:54 +00:00
|
|
|
#define SECURE
|
2016-08-20 12:47:40 +00:00
|
|
|
#define SILENT
|
2016-06-29 16:18:32 +00:00
|
|
|
//#define RESTRICTED
|
2016-06-12 07:28:54 +00:00
|
|
|
|
|
|
|
#define PLACE_HISTORY_EXPORT
|
|
|
|
#define HISTORY_GLIMPSE 7
|
2016-08-20 12:47:40 +00:00
|
|
|
#define HISTORY_METHOD "_notice"
|
2016-06-12 07:28:54 +00:00
|
|
|
|
|
|
|
#ifdef BRAIN
|
|
|
|
# define ALLOW_EXTERNAL_FROM "psyc://psyced.org"
|
|
|
|
#else
|
|
|
|
# define ALLOW_EXTERNAL_FROM "psyc://localhost"
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#include <place.gen>
|