https://github.com/prashnts/miriam-explore
Revision 3877b2f5f33d1d663dca1c701b6269e3c89ba989 authored by Prashant Sinha on 12 May 2021, 17:20:43 UTC, committed by Prashant Sinha on 12 May 2021, 17:20:43 UTC
1 parent 14b64ec
Raw File
Tip revision: 3877b2f5f33d1d663dca1c701b6269e3c89ba989 authored by Prashant Sinha on 12 May 2021, 17:20:43 UTC
Add a note about archival state
Tip revision: 3877b2f
.env.sample
# This variable is required for the server to find the serialized dataset. Point
# it to the directory you downloaded the samples to.
export SAMPLE_PICKLES_PATH='~/.miriam/pickles'

# If you're running django in production you'd need to provide this value.
export SECRET_KEY='Some-value'

# This disables the debug mode of django. To enable, unset this variable.
# Note that the settings only look if the variable exists in environment, so it
# is necessary to `unset` it, and not just change it to `no`.
export PRODUCTION='yes'
back to top