# use database residing here DB_LOCATION = ( "testbox/photovoter.dblite" # Q: any allowances for this being not OUR database? ) DATA_LOCATION = "/tmp/123" # place compressed images here (needs to exist) DEST_SHRUNK = "image/" # move originals here (needs to exist) DEST_ORIGINAL = "original/" # upload interface credentials CRED_USERNAME = "changeme" CRED_PASSWORD = "CHANGEME"