Updated default config

This commit is contained in:
Trial97
2020-01-21 10:51:00 +02:00
parent 9a7561c4de
commit 9abf3fa36d

View File

@@ -52,31 +52,31 @@
// "remote_conns":[],
// "replication_conns":[],
// "items":{
// "*accounts":{"remote":false,"replicate":false},
// "*reverse_destinations": {"remote":false,"replicate":false},
// "*destinations": {"remote":false,"replicate":false},
// "*rating_plans": {"remote":false,"replicate":false},
// "*rating_profiles":{"remote":false,"replicate":false},
// "*actions":{"remote":false,"replicate":false},
// "*action_plans": {"remote":false,"replicate":false},
// "*account_action_plans":{"remote":false,"replicate":false},
// "*action_triggers":{"remote":false,"replicate":false},
// "*shared_groups":{"remote":false,"replicate":false},
// "*timings": {"remote":false,"replicate":false},
// "*resource_profiles":{"remote":false,"replicate":false},
// "*resources":{"remote":false,"replicate":false},
// "*statqueue_profiles": {"remote":false,"replicate":false},
// "*statqueues": {"remote":false,"replicate":false},
// "*threshold_profiles": {"remote":false,"replicate":false},
// "*thresholds": {"remote":false,"replicate":false},
// "*filters": {"remote":false,"replicate":false},
// "*supplier_profiles":{"remote":false,"replicate":false},
// "*attribute_profiles":{"remote":false,"replicate":false},
// "*charger_profiles": {"remote":false,"replicate":false},
// "*dispatcher_profiles":{"remote":false,"replicate":false},
// "*dispatcher_hosts":{"remote":false,"replicate":false},
// "*filter_indexes" :{"remote":false,"replicate":false},
// "*load_ids":{"remote":false,"replicate":false},
// "*accounts":{"remote":false,"replicate":false,"ttl": ""},
// "*reverse_destinations": {"remote":false,"replicate":false,"ttl": ""},
// "*destinations": {"remote":false,"replicate":false,"ttl": ""},
// "*rating_plans": {"remote":false,"replicate":false,"ttl": ""},
// "*rating_profiles":{"remote":false,"replicate":false,"ttl": ""},
// "*actions":{"remote":false,"replicate":false,"ttl": ""},
// "*action_plans": {"remote":false,"replicate":false,"ttl": ""},
// "*account_action_plans":{"remote":false,"replicate":false,"ttl": ""},
// "*action_triggers":{"remote":false,"replicate":false,"ttl": ""},
// "*shared_groups":{"remote":false,"replicate":false,"ttl": ""},
// "*timings": {"remote":false,"replicate":false,"ttl": ""},
// "*resource_profiles":{"remote":false,"replicate":false,"ttl": ""},
// "*resources":{"remote":false,"replicate":false,"ttl": ""},
// "*statqueue_profiles": {"remote":false,"replicate":false,"ttl": ""},
// "*statqueues": {"remote":false,"replicate":false,"ttl": ""},
// "*threshold_profiles": {"remote":false,"replicate":false,"ttl": ""},
// "*thresholds": {"remote":false,"replicate":false,"ttl": ""},
// "*filters": {"remote":false,"replicate":false,"ttl": ""},
// "*supplier_profiles":{"remote":false,"replicate":false,"ttl": ""},
// "*attribute_profiles":{"remote":false,"replicate":false,"ttl": ""},
// "*charger_profiles": {"remote":false,"replicate":false,"ttl": ""},
// "*dispatcher_profiles":{"remote":false,"replicate":false,"ttl": ""},
// "*dispatcher_hosts":{"remote":false,"replicate":false,"ttl": ""},
// "*filter_indexes" :{"remote":false,"replicate":false,"ttl": ""},
// "*load_ids":{"remote":false,"replicate":false,"ttl": ""},
// },
// },
@@ -95,6 +95,31 @@
// "prefix_indexed_fields":[], // prefix indexes on cdrs table to speed up queries, used in case of *internal
// "query_timeout":"10s",
// "sslmode":"disable", // sslmode in case of *postgres
// "items":{
// "session_costs": {"ttl": ""},
// "cdrs": {"ttl": ""},
// "tp_timings":{"ttl": ""},
// "tp_destinations": {"ttl": ""},
// "tp_rates": {"ttl": ""},
// "tp_destination_rates": {"ttl": ""},
// "tp_rating_plans":{"ttl": ""},
// "tp_rating_profiles":{"ttl": ""},
// "tp_shared_groups": {"ttl": ""},
// "tp_actions":{"ttl": ""},
// "tp_action_plans":{"ttl": ""},
// "tp_action_triggers":{"ttl": ""},
// "tp_account_actions": {"ttl": ""},
// "tp_resources":{"ttl": ""},
// "tp_stats":{"ttl": ""},
// "tp_thresholds": {"ttl": ""},
// "tp_filters": {"ttl": ""},
// "tp_suppliers": {"ttl": ""},
// "tp_attributes":{"ttl": ""},
// "tp_chargers":{"ttl": ""},
// "versions": {"ttl": ""},
// "tp_dispatcher_profiles":{"ttl": ""},
// "tp_dispatcher_hosts":{"ttl": ""},
// },
// },
@@ -171,7 +196,7 @@
// "*diameter_messages": {"limit": -1, "ttl": "3h", "static_ttl": false}, // diameter messages caching
// "*rpc_responses": {"limit": 0, "ttl": "2s", "static_ttl": false}, // RPC responses caching
// "*closed_sessions": {"limit": -1, "ttl": "10s", "static_ttl": false}, // closed sessions cached for CDRs
// "*cdr_ids": {"limit": -1, "ttl": "", "static_ttl": false}, // protects CDRs against double-charging
// "*cdr_ids": {"limit": -1, "ttl": "10m", "static_ttl": false}, // protects CDRs against double-charging
// "*load_ids": {"limit": -1, "ttl": "", "static_ttl": false, "precache": false}, // control the load_ids for items
// "*rpc_connections": {"limit": -1, "ttl": "", "static_ttl": false}, // RPC connections caching
// },
@@ -372,7 +397,8 @@
// "session_indexes": [], // index sessions based on these fields for GetActiveSessions API
// "client_protocol": 1.0, // version of protocol to use when acting as JSON-PRC client <"0","1.0">
// "channel_sync_interval": "0", // sync channels to detect stale sessions (0 to disable)
// "terminate_attempts": 5 // attempts to get the session before terminating it
// "terminate_attempts": 5, // attempts to get the session before terminating it
// "alterable_fields": [], // the session fields that can be updated
// },