mirror of
https://github.com/outbackdingo/control-pane.git
synced 2026-01-28 18:18:41 +00:00
9 lines
184 B
JavaScript
9 lines
184 B
JavaScript
// This file managed by puppet - do not modify
|
|
module.exports = {
|
|
cbsd_workdir:"/usr/jails",
|
|
|
|
// Beanstalkd broker
|
|
bs_ip:"127.0.0.1",
|
|
bs_port:"11300"
|
|
}
|