Skip to content

Commit b48f05d

Browse files
committed
Deployment updates
1. update the version of ebrains-drive used 2. update the corsproxy URL
1 parent cd32c3f commit b48f05d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api/deployment/nginx-app-prod.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ server {
115115
ssl_certificate_key /etc/letsencrypt/live/corsproxy.hbpneuromorphic.eu/privkey.pem;
116116

117117
server_name corsproxy.hbpneuromorphic.eu;
118-
return 301 https://corsproxy.apps.tc.humanbrainproject.eu$request_uri;
118+
return 301 https://corsproxy.apps.ebrains.eu$request_uri;
119119
}
120120

121121
server {

api/requirements.txt.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ charset-normalizer==3.4.1
88
click==8.1.8
99
cryptography==44.0.2
1010
databases==0.9.0
11-
ebrains-drive==0.6.0
11+
ebrains-drive==0.6.2
1212
fastapi==0.115.11
1313
h11==0.14.0
1414
httpcore==1.0.7

0 commit comments

Comments
 (0)