Add OSF, deactivate SND
This commit is contained in:
parent
479b5e7b64
commit
56e0aecdea
|
@ -64,15 +64,23 @@ layer0-web:
|
||||||
SECRET_KEY: IAMSECRET
|
SECRET_KEY: IAMSECRET
|
||||||
EMBED_MODE: true
|
EMBED_MODE: true
|
||||||
layer1-port-doris:
|
layer1-port-doris:
|
||||||
enabled: true
|
enabled: false
|
||||||
layer1-port-owncloud:
|
layer1-port-owncloud:
|
||||||
enabled: true
|
enabled: true
|
||||||
layer1-port-zenodo:
|
layer1-port-zenodo:
|
||||||
enabled: false
|
enabled: true
|
||||||
environment:
|
environment:
|
||||||
ADDRESS: https://sandbox.zenodo.org
|
ADDRESS: https://sandbox.zenodo.org
|
||||||
OAUTH_CLIENT_ID: IAMSECRET
|
OAUTH_CLIENT_ID: IAMSECRET
|
||||||
OAUTH_CLIENT_SECRET: IAMSECRET
|
OAUTH_CLIENT_SECRET: IAMSECRET
|
||||||
|
layer1-port-openscienceframework:
|
||||||
|
enabled: true
|
||||||
|
environment:
|
||||||
|
ADDRESS: https://accounts.test.osf.io
|
||||||
|
API_ADDRESS: https://api.test.osf.io/v2
|
||||||
|
# needs to be adjusted to correct values
|
||||||
|
OAUTH_CLIENT_ID: IAMSECRET
|
||||||
|
OAUTH_CLIENT_SECRET: IAMSECRET
|
||||||
layer2-metadata-service: {}
|
layer2-metadata-service: {}
|
||||||
layer3-research-manager: {}
|
layer3-research-manager: {}
|
||||||
layer3-token-storage: {}
|
layer3-token-storage: {}
|
||||||
|
|
Loading…
Reference in a new issue