Skip to content

Commit

Permalink
Add atramhasis.session_factory.secret setting to scaffold (#898)
Browse files Browse the repository at this point in the history
Issue #891
  • Loading branch information
Wim-De-Clercq authored Jul 22, 2024
1 parent 6a12aa0 commit ff4bbd6
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ sqlalchemy.url = sqlite:///%(here)s/{{cookiecutter.python_package}}.sqlite
# Filesystem location to dump exports
atramhasis.dump_location = %(here)s/datadumps

# Used for default session factory
# Can be removed if you use your own session factory
atramhasis.session_factory.secret = default_factory_secret

[server:main]
use = egg:waitress#main
Expand Down

0 comments on commit ff4bbd6

Please sign in to comment.