Skip to content

Commit

Permalink
openapi: control ui signup form visibility with through config endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
audrium committed Dec 17, 2020
1 parent 9540f3b commit 939620a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion reana_commons/openapi_specifications/reana_server.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,13 @@
"description": "Configuration information to consume by Reana-UI.",
"examples": {
"application/json": {
"admin_email": "[email protected]",
"announcement": "This is a QA instance",
"docs_url": "http://docs.reana.io/",
"chat_url": "https://mattermost.web.cern.ch/it-dep/channels/reana",
"client_pyvenv": "/afs/cern.ch/user/r/reana/public/reana/bin/activate",
"docs_url": "http://docs.reana.io/",
"forum_url": "https://forum.reana.io/",
"hide_signup": false,
"local_users": true,
"polling_secs": 15,
"sso": true
Expand Down

0 comments on commit 939620a

Please sign in to comment.