Skip to content
Snippets Groups Projects
Commit 92df3a12 authored by Sorrel Harriet's avatar Sorrel Harriet
Browse files

adding missing file

parent 9b5cef07
Branches
No related merge requests found
"""
Define global config variables here.
These will be accessible from other
scripts, so we only need to set them
here.
"""
# app configurables stored in a config object
config = {
"SERVER_ADDRESS": "localhost",
"PORT": 27017,
"USER": "",
"PASS": "",
"DATABASE_NAME": "catflucks",
"TEMPLATE_DIR": "templates/"
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment