crash_test.conf.sample
changeset 107 6f411821b12b
parent 99 0e40a68ba421
equal deleted inserted replaced
106:97bf7ebb6e44 107:6f411821b12b
    39         ],
    39         ],
    40         RemoveNamespace => [
    40         RemoveNamespace => [
    41           # Clean function names by removing the namespace
    41           # Clean function names by removing the namespace
    42           #"some_ns::",
    42           #"some_ns::",
    43         ],
    43         ],
       
    44       },
       
    45     },
    44   },
    46   },
    45   Storage => [
    47   Storage => [
    46     { Type => "Sql",  db => { Pg => "postgresql:///crashtest" } },
    48     { Type => "Sql",  db => { Pg => "postgresql:///crashtest" } },
    47     { Type => "File", DataDir => 'data/crashs/' },
    49     { Type => "File", DataDir => 'data/crashs/' },
    48   ],
    50   ],