We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e785aaa commit 4684a65Copy full SHA for 4684a65
src/app/config.py
@@ -46,6 +46,11 @@ class Settings(BaseSettings):
46
"resources/read",
47
},
48
49
+ "https://staging.openbluebrain.com/api/nexus/v1": { # aws staging
50
+ "bbp/mmb-point-neuron-framework-model": {
51
+ "resources/read",
52
+ },
53
54
"https://bbp.epfl.ch/nexus/v1": { # k8s prod
55
"bbp/mmb-point-neuron-framework-model": {
56
"events/read",
0 commit comments