Skip to content

Commit

Permalink
Merge pull request #19 from nspcc-dev/previous-commit-fix
Browse files Browse the repository at this point in the history
fix variable name: dashes not allowed
  • Loading branch information
532910 authored Feb 13, 2024
2 parents 5d3b524 + 7a05217 commit ed178dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/rest_gw/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ neofs_rest__listen_limit: 0
neofs_rest__keep_alive: '1m'
neofs_rest__read_timeout: '30s'
neofs_rest__write_timeout: '30s'
neofs_rest__external-address: '{{ neofs_rest__rest_address }}:{{ neofs_rest__rest_port }}'
neofs_rest__external_address: '{{ neofs_rest__rest_address }}:{{ neofs_rest__rest_port }}'

neofs_rest__raw_config:
logger:
Expand All @@ -72,7 +72,7 @@ neofs_rest__raw_config:
keep-alive: '{{ neofs_rest__keep_alive }}'
read-timeout: '{{ neofs_rest__read_timeout }}'
write-timeout: '{{ neofs_rest__write_timeout }}'
external-address: '{{ neofs_rest__external-address }}'
external-address: '{{ neofs_rest__external_address }}'
pool:
node-dial-timeout: '{{ neofs_rest__node_dial_timeout }}'
healthcheck-timeout: '{{ neofs_rest__healthcheck_timeout }}'
Expand Down

0 comments on commit ed178dd

Please sign in to comment.