Fix proxy compose env variable
This commit is contained in:
parent
d73ed0736e
commit
1ae691e13c
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ services:
|
||||||
- PROXY_SERVICE_DOMAIN_PREFIX=https://<%= @service_name %>/eidas-ps
|
- PROXY_SERVICE_DOMAIN_PREFIX=https://<%= @service_name %>/eidas-ps
|
||||||
- SPRING_PROFILES_ACTIVE=<%= @country %>
|
- SPRING_PROFILES_ACTIVE=<%= @country %>
|
||||||
- CERTNAME=<%= @server_fqdn %>_infra
|
- CERTNAME=<%= @server_fqdn %>_infra
|
||||||
- spring_config_param=<%= @connector_directory %>/<%= @country %>/cfg/
|
- <%= @spring_config_param %>=<%= @proxy_directory %>/<%= @country %>/cfg/
|
||||||
- PKCS11_PIN=<%= @pkcs11_pin %>
|
- PKCS11_PIN=<%= @pkcs11_pin %>
|
||||||
- PROXY_SERVICE_COOKIEENCRYPTPW=<%= @proxy_service_cookie_encrypt_pw %>
|
- PROXY_SERVICE_COOKIEENCRYPTPW=<%= @proxy_service_cookie_encrypt_pw %>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue