Skip to content

Commit

Permalink
3.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
birm committed Oct 31, 2019
1 parent a06c83d commit 06fb5c8
Show file tree
Hide file tree
Showing 10 changed files with 1,476 additions and 16 deletions.
4 changes: 2 additions & 2 deletions caMicroscope.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ services:
volumes:
- ./images/:/images/
viewer:
build: "https://github.com/camicroscope/caMicroscope.git#v3.5.6"
build: "https://github.com/camicroscope/caMicroscope.git#v3.5.7"
container_name: ca-front
restart: unless-stopped
volumes:
Expand All @@ -62,7 +62,7 @@ services:
ports:
- "4010:4010"
volumes:
- ./config/routes.json:/root/src/routes.json
- ./config/non-pathdb-routes.json:/root/src/routes.json
- ./jwt_keys/:/keys/
environment:
- DISABLE_SEC=true
Expand Down
55 changes: 55 additions & 0 deletions config/bindaas_projects/caMicroscope.project
Original file line number Diff line number Diff line change
Expand Up @@ -1267,6 +1267,61 @@
"timeCreated": "Wed Apr 24 18:02:21 GMT 2019",
"createdBy": "admin",
"description": "Edit Data for Heatmaps"
},
"Log": {
"dataSource": {
"host": "ca-mongo",
"port": "27017",
"db": "camic",
"collection": "log",
"initialize": true
},
"queryEndpoints": {},
"deleteEndpoints": {},
"submitEndpoints": {
"csvFile": {
"type": "MULTIPART",
"properties": {
"inputType": "CSV_FILE"
},
"name": "csvFile",
"timeCreated": "Tue Oct 29 20:54:11 GMT 2019",
"createdBy": "admin"
},
"jsonFile": {
"type": "MULTIPART",
"properties": {
"inputType": "JSON_FILE"
},
"name": "jsonFile",
"timeCreated": "Tue Oct 29 20:54:11 GMT 2019",
"createdBy": "admin"
},
"csv": {
"type": "FORM_DATA",
"properties": {
"inputType": "CSV"
},
"name": "csv",
"timeCreated": "Tue Oct 29 20:54:11 GMT 2019",
"createdBy": "admin"
},
"json": {
"type": "FORM_DATA",
"properties": {
"inputType": "JSON"
},
"name": "json",
"timeCreated": "Tue Oct 29 20:54:11 GMT 2019",
"createdBy": "admin"
}
},
"providerId": "edu.emory.cci.bindaas.datasource.provider.mongodb.MongoDBProvider",
"providerVersion": 1,
"name": "Log",
"timeCreated": "Tue Oct 29 20:54:11 GMT 2019",
"createdBy": "admin",
"description": "log"
}
},
"params": {},
Expand Down
Loading

0 comments on commit 06fb5c8

Please sign in to comment.