Skip to content

Commit

Permalink
FIxed CSS bug
Browse files Browse the repository at this point in the history
Removed locked attribute from schema ontology descriptors
  • Loading branch information
silvae86 committed Dec 9, 2018
1 parent c679adb commit ea9b62e
Show file tree
Hide file tree
Showing 6 changed files with 2,898 additions and 2,190 deletions.
6 changes: 3 additions & 3 deletions conf/deployment_configs.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
"user": "root",
"password": "r00t_p4ssw0rd"
},
"mySQLDBName": "dendroVagrantDemo",
"mySQLDBName": "dendro_data",
"maxUploadSize": 1073741824,
"maxProjectSize": 5368709120,
"maxSimultaneousConnectionsToDb": 1,
Expand Down Expand Up @@ -555,7 +555,7 @@
"user": "root",
"password": "r00t_p4ssw0rd"
},
"mySQLDBName": "dendroVagrantDemo",
"mySQLDBName": "dendro_data",
"maxUploadSize": 1073741824,
"maxProjectSize": 5368709120,
"maxSimultaneousConnectionsToDb": 1,
Expand Down Expand Up @@ -690,7 +690,7 @@
"load_databases": true,
"reload_administrators_on_startup": true,
"reload_demo_users_on_startup": true,
"reload_ontologies_on_startup": false,
"reload_ontologies_on_startup": true,
"clear_session_store": true,
"log_bootup_actions": true,
"destroy_all_graphs": false,
Expand Down
Loading

0 comments on commit ea9b62e

Please sign in to comment.