Last active
December 3, 2021 21:24
-
-
Save briankelleher/1dc760336f46e3de23d49fc03258d3e4 to your computer and use it in GitHub Desktop.
Default config/config.rb for Sourcery ArchiveSpace configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AppConfig[:plugins] = ['your-plugins', 'sourcery'] | |
AppConfig[:sourcery_org_id] = 'your-ID-here' | |
AppConfig[:sourcery_endpoint] = 'https://sourcery-dev.web.app' | |
# Especially required if you are building outside of the docker release. | |
AppConfig[:session_expire_after_seconds] = -1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment