Skip to content

Commit 4684a65

Browse files
Add nexus staging configuration (#3)
1 parent e785aaa commit 4684a65

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/app/config.py

+5
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ class Settings(BaseSettings):
4646
"resources/read",
4747
},
4848
},
49+
"https://staging.openbluebrain.com/api/nexus/v1": { # aws staging
50+
"bbp/mmb-point-neuron-framework-model": {
51+
"resources/read",
52+
},
53+
},
4954
"https://bbp.epfl.ch/nexus/v1": { # k8s prod
5055
"bbp/mmb-point-neuron-framework-model": {
5156
"events/read",

0 commit comments

Comments
 (0)