Files
meta-openembedded/meta-python/recipes-connectivity/gateone/gateone/80oe.conf.in
T
Dan McGregor 4a9921c16e gateone: update to latest git
This version works with pyton-tornado 4.2 as currently distributed
with OE.

Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-11-06 17:53:58 +01:00

25 lines
1.1 KiB
Plaintext

// Some custom Gate One settings for OpenEmbedded
{
"*": {
"gateone": { // These settings apply to all of Gate One
"log_file_prefix": "@localstate@/log/gateone.log", // default would be /var/log/gateone/gateone.log
"log_file_max_size": 5242880, // 5 megabyte logs for OE by default (default would normally be 100Mb)
"log_file_num_backups": 2, // Default is normally 10
"origins": ["*"], // Every device has a unique origin
"logging": "info",
"pid_file": "/run/gateone.pid",
"session_dir": "/tmp/gateone",
"user_dir": "@localstate@/lib/gateone/users"
},
"terminal": {
// Disabling session logging for embedded devices is a good idea (limited/slow storage)
"session_logging": false,
"syslog_session_logging": false
// "commands": {
// // For some reason this doesn't work (never asks for the password)
// "login": "setsid /bin/login" // Normally this would emulate logging into the host console
// }
}
}
}