Files
Ai/TrafagSalesExporter/appsettings.json
T

31 lines
852 B
JSON

{
"HanaServers": {
"Internal": {
"Host": "travtrp0",
"Port": 30015,
"Username": "",
"Password": ""
},
"India": {
"Host": "20.197.20.60",
"Port": 30015,
"Username": "",
"Password": ""
}
},
"Sites": [
{ "Schema": "fr01_p", "Server": "Internal", "TSC": "TRFR", "Land": "Frankreich" },
{ "Schema": "it01_p", "Server": "Internal", "TSC": "TRIT", "Land": "Italien" },
{ "Schema": "us01_p", "Server": "Internal", "TSC": "TRUS", "Land": "USA" },
{ "Schema": "TRAFAG_LIVE", "Server": "India", "TSC": "TRIN", "Land": "Indien" }
],
"SharePoint": {
"SiteUrl": "https://trafagag.sharepoint.com/sites/WorldwideBIPlatform",
"ExportFolder": "/Shared Documents/Exports/",
"TenantId": "",
"ClientId": "",
"ClientSecret": ""
},
"DateFilter": "2025-01-01"
}