Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
uib-ub
Drift
roller-ansible
clarin-dspace
Commits
fe1f86a2
Commit
fe1f86a2
authored
Oct 23, 2020
by
Oyvind.Gjesdal
Browse files
add pipes before default
parent
1c77731f
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/local.conf.j2
View file @
fe1f86a2
...
...
@@ -328,10 +328,10 @@ lr.tracker.api.url = {{ clarin_dspace_tracker_api_url | default('') }}
lr.tracker.api.auth.token = {{ clarino_tracker_api_token | default('') }}
lr.tracker.oai.site_id = {{ clarin_dspace_tracker_site_id | default('') }}
lr.tracker.bitstream.site_id = {{ clarin_dspace_tracker_bistream_site_id |default(clarin_dspace_site_id) }}
lr.statistics.api.url = {{ clarin_dspace_tracker_url default('https://stats.uib.no/piwik.php') }}
lr.statistics.api.url = {{ clarin_dspace_tracker_url
|
default('https://stats.uib.no/piwik.php') }}
lr.statistics.report.path = ${dspace.dir}/piwik_reports
lr.statistics.show_last_n = 7
lr.lindat.logo.mono = {{ clarin_dspace_lindat_logo_mono default('${dspace.dir}/webapps/xmlui/themes/CLARINO/images/lindat/lindat-logo-mono.png') }}
lr.lindat.logo.mono = {{ clarin_dspace_lindat_logo_mono
|
default('${dspace.dir}/webapps/xmlui/themes/CLARINO/images/lindat/lindat-logo-mono.png') }}
############################################
#
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment