Skip to content

Commit

Permalink
Ready to push to servers for tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob Webber committed Mar 7, 2012
1 parent 9278baf commit d539afd
Show file tree
Hide file tree
Showing 2 changed files with 169 additions and 120 deletions.
18 changes: 12 additions & 6 deletions infobright/conf.d/infobright.pyconf
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,27 @@ modules {
module {
name = "infobright"
language = "python"
param host {
value = 'localhost'
}
# param host {
# value = 'localhost'
# }
param user {
value = 'your_user'
}
param passwd {
value = 'your_password'
}
param port {
value = 5029
# param port {
# value = 5029
# }
param unix_socket {
value = "/tmp/mysql-ib.sock"
}
param get_infobright {
param get_brighthouse {
value = True
}
param get_brighthouse_engine {
value = False
}
param get_master {
value = False
}
Expand Down
Loading

0 comments on commit d539afd

Please sign in to comment.