tuned redirect uris
This commit is contained in:
parent
b76b34c624
commit
e69fc35258
|
@ -1,5 +1,5 @@
|
|||
pep_port: 80
|
||||
|
||||
pep_replicas: 1
|
||||
# hostnames to be used as vhosts
|
||||
conductor_server_name: conductor-server
|
||||
conductor_ui_server_name: conductor-ui
|
||||
|
|
|
@ -14,7 +14,7 @@ services:
|
|||
- "./config.js:/etc/nginx/config.js"
|
||||
{% endif %}
|
||||
deploy:
|
||||
replicas: 1
|
||||
replicas: {{ pep_replicas }}
|
||||
{% if infrastructure != 'local' %}
|
||||
placement:
|
||||
constraints: [node.role != worker]
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
pymail_password: "{{ smtp_dev_pwd }}"
|
||||
iam_host: https://accounts.dev.d4science.org
|
||||
pep: True
|
||||
pep_replicas: 2
|
||||
pep_credentials: "{{ dev_pep_credentials }}"
|
||||
ha_network: True
|
||||
conductor_ui_secret: "{{ dev_conductor_ui_secret }}"
|
||||
|
|
Loading…
Reference in New Issue