Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejs
themeRDark
{
  "config": {
    "apiPort": 8080,
    "secureApiPort": 443,
    "host": "0.0.0.0",
    "allow-domains": "localhost",
	"serverTimeout": 30000,
    "securitymaxRequestPayloadSize": 1000000,
    "cors": {
      "enableallow_origins": false [
        "http://localhost:8080",
      "encryptionKey": "SDFW$%GW$S%S#"  "https://localhost",
        "https://login.microsoftonline.com"
      ],
      "encryptionKeyFileallow_credentials": "./bin/saga.ektrue",
      "usersallow_methods": [{
  "*"],
      "allow_headers": ["*"],
      "usernameexpose_headers": ["admin*",]
    },
    "passwordsecurity": {
      "passwordenable": false,
        "rolesencryptionKeyFile" : "admin"./bin/saga.ek",
      }]"inactiveInterval": 600,
    }   "defaultRole": "admin",
      "libraryJarsusers": [{
      "./lib"  "username": "admin",
    ],
    "tagManagerpassword": {"notpassword",
        "resourceroles": "saga-provider:saga_tagsadmin"
      }],
      "type": "none",

      "pipelineManageropenid": {
        "resourceserverURL": "saga-provider:saga_pipelines"http://localhost:8080",
    }    "clientId": "clientId",
        "datasetFolderdiscoveryURI": "./datasets"discoveryURI"
      }
    },
    "ssl": {
      "enable": false,
      "keyStore": "./bin/saga.jks",
      "keyStorePassword": "encrypted:NxepNROIgJ27pYpmKEw30llscPA8zCUpbQW676E7H8Nwo9DMABKQsIYF3fcSxQGGKCe8RrPQ8MV3po8NqHo0G7q7sa6T6yzf1JrTQ5VD0uty0elmrqRuybaAmrEHJ37d"
    },
    "libraryJars": [
      "./lib"
    ],
    "exportSettings" : {
      "maxSize" : 40,
      "batchSize" : 5000
    },
    "restHandlers": [],
    "models": [],
    "uiHandlers": [],
    "gpt3": {
      "key": "encrypted:7E7nI0+ofh//r1bFvTQCnY7DQlG6Kh4aA1TQlh44/NoxR0DDzHaeZdBXqYAguEXc"
    },
    "providers": [
      {
        "name": "filesystem-provider",
        "type": "FileSystem",
        "baseDir": "./config"
      },
      {
        "name": "saga-provider",
        "type": "Elastic",
        "nodeUrls": ["http://localhost:9200"],
        "timestamp": "updatedAt",
        "indexName": "saga",
        "encryptionKeyFile" : "./bin/saga.ek",
        "authentication": "none",
		"caFilePath": "",
                "caFilePath": "",
        "timeout": 90,
        "delay": 5,
        "retries": 3,
        "exclude": [ ]
      }
    ],

    "gpt3": {
      "key": "",
      "openAIHost": "https://api.openai.com",
      "openAIAPIVersion": "v1"
    }
  }
}