Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix key for project storage type
  • Loading branch information
ProTip committed Feb 1, 2019
1 parent b0cec43 commit 2d89bf5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Expand Up @@ -48,7 +48,7 @@ rundeck.storage.provider.1.path=keys
{{ storage_converter(converter) }}
{%- endfor %}

rundeck.projectsStorageType={{ getv("rundeck/projectsStorageType", "db") }}
rundeck.projectsStorageType={{ getv("/rundeck/projectsStorageType", "db") }}

{% for c in lsdir(configConverterBase) %}
{% set converter = printf("%s/%s", configConverterBase, c) -%}
Expand Down
1 change: 1 addition & 0 deletions docker/official/test/remco/test.yml
@@ -1,4 +1,5 @@
rundeck:
projectsStorageType: file
grails:
upload:
maxsize: '50000000'
Expand Down

0 comments on commit 2d89bf5

Please sign in to comment.