From 486629a63f1bd3ce9f7f86f1bdd9efc0de089f6f Mon Sep 17 00:00:00 2001 From: andronache Date: Thu, 6 May 2021 08:35:46 +0300 Subject: [PATCH] Fixed typo --- data/conf/samples/ees/cgrates.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/conf/samples/ees/cgrates.json b/data/conf/samples/ees/cgrates.json index 11eb7d5f3..c07a7a9e0 100644 --- a/data/conf/samples/ees/cgrates.json +++ b/data/conf/samples/ees/cgrates.json @@ -417,7 +417,7 @@ "opts": { "dbName": "exportedDatabase", "tableName": "expTable", - "postgresSSLModee": "disable", + "sslmode": "disable", "maxIdleConns": "10", "maxOpenConns": "100", "maxConnLifetime": "0",