Commit d5112e95 authored by panos's avatar panos

The JSON configuration file modified to display the Server Authentication data to GUI

parent 7894afb7
...@@ -2,6 +2,12 @@ ...@@ -2,6 +2,12 @@
"application_configuration": { "application_configuration": {
"general": { "general": {
"properties": { "properties": {
"ServerAuth": {
"default": "",
"description": "Data required for the authentication of the Database",
"name": "Server Authentication Data",
"type": "string"
},
"assemblySpace": { "assemblySpace": {
"default": 100, "default": 100,
"description": "Total assembly Space in square meters", "description": "Total assembly Space in square meters",
...@@ -20,12 +26,6 @@ ...@@ -20,12 +26,6 @@
"title": "SimulationStartTime", "title": "SimulationStartTime",
"type": "string" "type": "string"
}, },
"ke_url": {
"default": "http: //git.erp5.org/gitweb/dream.git/blob_plain/HEAD: /dream/KnowledgeExtraction/Mockup_Processingtimes.xls",
"description": "The URL for knowledge extraction to access its data for example http: //git.erp5.org/gitweb/dream.git/blob_plain/HEAD: /dream/KnowledgeExtraction/Mockup_Processingtimes.xls",
"title": "URL for Knowledge Extraction Spreadsheet",
"type": "string"
},
"maxSimTime": { "maxSimTime": {
"default": 100, "default": 100,
"description": "Length of the simulation run", "description": "Length of the simulation run",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment