mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-13 11:06:25 +05:00
Fixup cgr-spanstrss
This commit is contained in:
@@ -61,7 +61,7 @@ func main() {
|
||||
//cd := engine.CallDescriptor{Direction: "*out", TOR: "0", Tenant: "vdf", Subject: "rif", Destination: "0256", TimeStart: t1, TimeEnd: t2}
|
||||
cd := engine.CallDescriptor{Direction: "*out", TOR: "call", Tenant: "cgrates.org", Subject: "1001", Destination: "+49", TimeStart: t1, TimeEnd: t2}
|
||||
|
||||
getter, err := engine.ConfigureDataStorage(utils.REDIS, "localhost", "6379", "", "", "", utils.MSGPACK, true)
|
||||
getter, err := engine.ConfigureDataStorage(utils.REDIS, "localhost", "6379", "", "", "", utils.MSGPACK)
|
||||
//getter, err := engine.NewMongoStorage("localhost", "cgrates")
|
||||
if err != nil {
|
||||
log.Fatal("Could not connect to data store: ", err)
|
||||
|
||||
Reference in New Issue
Block a user