github.com/orofarne/hammy@v0.0.0-20130409105742-374fadfd6ecb/examples/config.gcfg (about)

     1  [IncomingHttp]
     2  Addr = "localhost:4000"
     3  
     4  [DataHttp]
     5  Addr = "localhost:4001"
     6  
     7  [Workers]
     8  PoolSize = 1
     9  MaxIter = 100
    10  CmdLine = "worker/build/worker"
    11  
    12  [MySQLTriggers]
    13  Active = true
    14  Database = "hammy"
    15  User = "root"
    16  Table = "triggers"
    17  
    18  [MySQLStates]
    19  Active = true
    20  Database = "hammy"
    21  User = "root"
    22  Table = "states"
    23  
    24  [MySQLSaver]
    25  Active = true
    26  Database = "hammy"
    27  User = "root"
    28  Table = "history"
    29  LogTable = "history_log"
    30  HostTable = "history_host"
    31  ItemTable = "history_item"
    32  
    33  [MySQLDataReader]
    34  Active = true
    35  Database = "hammy"
    36  User = "root"
    37  Table = "history"
    38  LogTable = "history_log"
    39  HostTable = "history_host"
    40  ItemTable = "history_item"