Skip to content

Example Config

James edited this page Aug 9, 2016 · 1 revision
# MongoDB credentials
db_host=localhost
db_name=next
db_user=username
db_pass=password

# Use database to store files?
# `false` to use local filesystem
db_file_storage=true

# project id (on Scratch) for sign up page
# (remove if you don't want to require an
# existing Scratch account to sign up)
project_id=115307769

session_secret=thisandagainplsexplain
server_port=80

# where are you running the server?
hostname=opensprites.org

#sendgrid_api_key=SG.ABCxyz
Clone this wiki locally