Skip to content

Commit

Permalink
Expand scaffold.
Browse files Browse the repository at this point in the history
  • Loading branch information
Koen Van Daele committed Dec 22, 2017
1 parent 757e94a commit b05084a
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
16 changes: 16 additions & 0 deletions atramhasis/scaffolds/atramhasis_demo/development.ini_tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,22 @@ cache.list.expiration_time = 7000
# Filesystem location to dump exports
atramhasis.dump_location = %(here)s/datadumps

# Location of rdf2hdt executable
# atramhasis.rdf2hdt = /link/to/rdf2hdt

# Assume an LDF server is present?
# atramhasis.ldf.enabled = True

# Location of the config file for the LDF server
# atramhasis.ldf.config_location = %(here)s

# External url of the LDF server
# atramhasis.ldf.baseurl = http://demo.atramhasis.org/ldf

# Protocol the LDF server is operating under.
# See the LDF docs for more info
# atramhasis.ldf.protocol = http

# By default, the toolbar only appears for clients from IP addresses
# '127.0.0.1' and '::1'.
# debugtoolbar.hosts = 127.0.0.1 ::1
Expand Down
13 changes: 13 additions & 0 deletions atramhasis/scaffolds/atramhasis_scaffold/development.ini_tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,19 @@ jinja2.i18n.domain = atramhasis
# Filesystem location to dump exports
atramhasis.dump_location = %(here)s/datadumps

# Assume an LDF server is present?
# atramhasis.ldf.enabled = True

# Location of the config file for the LDF server
# atramhasis.ldf.config_location = %(here)s

# External url of the LDF server
# atramhasis.ldf.baseurl = http://demo.atramhasis.org/ldf

# Protocol the LDF server is operating under.
# See the LDF docs for more info
# atramhasis.ldf.protocol = http

# Edit this to be a list of ids of conceptschemes. Concepts from these schemes
# will be presented on the homepage
layout.focus_conceptschemes =
Expand Down

0 comments on commit b05084a

Please sign in to comment.