14 lines
475 B
INI
14 lines
475 B
INI
|
ADMIN_USERNAME = "misterscanner"
|
||
|
ADMIN_PASSWORD = "ilovescanning"
|
||
|
|
||
|
PHOTO_USERNAME = "photos" # The GUI currently hardcodes 'photos', so don't change this
|
||
|
PHOTO_PASSWORD = "myphotopassword"
|
||
|
|
||
|
ALBUM_PATH = "/var/www/uwsgi/photofloat/albums"
|
||
|
ALBUM_ACCEL = "/internal-albums"
|
||
|
CACHE_PATH = "/var/www/uwsgi/photofloat/cache"
|
||
|
CACHE_ACCEL = "/internal-cache"
|
||
|
|
||
|
SECRET_KEY = "johlahba7shahquoequ7iod0eiGhiephahve0foo2ahshaiko9nahp0Tohch" # Replace this with something big
|
||
|
DEBUG = False
|