Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
digibib
koha-docker
Commits
4b6de6ab
Commit
4b6de6ab
authored
Sep 10, 2018
by
Benjamin Rokseth
Browse files
Add timezone and core_modules to koha-conf.xml
parent
4941c5c9
Changes
1
Show whitespace changes
Inline
Side-by-side
files/templates/instance/koha-conf.xml.tmpl
View file @
4b6de6ab
...
...
@@ -180,6 +180,14 @@ __PAZPAR2_TOGGLE_XML_POST__
- By default this is set to 'ILLLIBS' -->
<partner_code>IL</partner_code>
</interlibrary_loans>
<!-- The timezone setting can let you force the timezone for this
instance to be something other then the local timezone of the
server. e.g. Antarctica/South_Pole -->
<timezone>Europe/Oslo</timezone>
<core_modules>
<circulation>Core::Community::Circulation</circulation>
<sip>Core::Community::Circulation::SIP</sip>
</core_modules>
</config>
</yazgfs>
\ No newline at end of file
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