updated config.toml.example

This commit is contained in:
Jonathan Branan 2024-08-16 16:00:45 -05:00
parent 55d90cb2dc
commit 2793b5602c

View File

@ -2,19 +2,19 @@
selectedPlatform = "dev"
[output]
pushToplatform = true
pushToplatform = false
dumpTojson = true
filename ="./data.json"
token = "./.token"
[logging]
use_log = true
useLog = true
logLevel = "debug"
logPath = "./inex.log"
[database]
overrideEmbeddedquery = false
daysTopull = 10
daysTopull = 20
driver = "ODBC Driver 18 for SQL Server"
server = "192.168.x.x"
database = "EFTDB"
@ -49,6 +49,6 @@ tenant_id = ""
client_id = "eft-event-generator-confidential"
secret = ""
[immutables]
[immutables]
product_name = "GlobalScape EFT"
prd_ext_tenant_name = "GlobalScape EFT"