Skip to content

Commit

Permalink
switch to ssl for perseids
Browse files Browse the repository at this point in the history
  • Loading branch information
balmas committed Sep 16, 2017
1 parent 0bf9b1d commit 4625346
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions app/static/configs/root_files/jmh.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"main" : {
"@include" : "static/configs/layouts/perseids.json",
"auxConfPath": "http://www.perseids.org/tools/arethusa-configs",
"auxConfPath": "https://www.perseids.org/tools/arethusa-configs",
"retrievers" : {
"TreebankRetriever" : {
"resource" : "jmhGh",
Expand Down Expand Up @@ -87,7 +87,7 @@

"relocateHandler" : {
"staging" : {
"baseUrl" : "http://www.perseids.org/tools/arethusa-staging/app/#"
"baseUrl" : "https://www.perseids.org/tools/arethusa-staging/app/#"
}
},

Expand Down
10 changes: 5 additions & 5 deletions app/static/configs/root_files/perseids.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"main" : {
"@include" : "static/configs/layouts/perseids.json",
"auxConfPath": "http://www.perseids.org/tools/arethusa-configs",
"auxConfPath": "https://www.perseids.org/tools/arethusa-configs",
"retrievers" : {
"TreebankRetriever" : {
"resource" : "perseidsResource",
Expand Down Expand Up @@ -29,7 +29,7 @@
},

"auths": {
"@include" : "static/configs/auths/perseids.json"
"@include" : "static/configs/auths/perseids_ssl.json"
},

"navbar" : {
Expand All @@ -40,7 +40,7 @@
},

"resources" : {
"@include" : "static/configs/resources/perseids.json"
"@include" : "static/configs/resources/perseids_ssl.json"
},

"plugins" : {
Expand Down Expand Up @@ -130,11 +130,11 @@
},

"exitHandler" : {
"@include" : "static/configs/exit_handler/perseids.json"
"@include" : "static/configs/exit_handler/perseids_ssl.json"
},
"relocateHandler" : {
"staging" : {
"baseUrl" : "http://www.perseids.org/tools/arethusa-staging/app/#"
"baseUrl" : "https://www.perseids.org/tools/arethusa-staging/app/#"
}
},

Expand Down
10 changes: 5 additions & 5 deletions app/static/configs/root_files/perseids_hidden_review.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"main" : {
"@include" : "static/configs/layouts/perseids.json",
"auxConfPath": "http://www.perseids.org/tools/arethusa-configs",
"auxConfPath": "https://www.perseids.org/tools/arethusa-configs",
"retrievers" : {
"TreebankRetriever" : {
"resource" : "perseidsResource",
Expand Down Expand Up @@ -29,7 +29,7 @@
},

"auths": {
"@include" : "static/configs/auths/perseids.json"
"@include" : "static/configs/auths/perseids_ssl.json"
},

"navbar" : {
Expand All @@ -41,13 +41,13 @@

"resources" : {
"perseidsReviewResource" : {
"route" : "http://sosol.perseids.org/sosol/dmm_api/item/TreebankCite/:gold",
"route" : "https://sosol.perseids.org/sosol/dmm_api/item/TreebankCite/:gold",
"params" : [
"gold"
],
"auth": "perseidsAuth"
},
"@include" : "static/configs/resources/perseids.json"
"@include" : "static/configs/resources/perseids_ssl.json"
},

"plugins" : {
Expand Down Expand Up @@ -137,7 +137,7 @@
},

"exitHandler" : {
"@include" : "static/configs/exit_handler/perseids.json"
"@include" : "static/configs/exit_handler/perseids_ssl.json"
},

"keyCapture" : {
Expand Down

0 comments on commit 4625346

Please sign in to comment.