Codebase list fudgec2 / 79acaae Storage / settings.py
79acaae

Tree @79acaae (Download .tar.gz)

settings.py @79acaaeraw · history · blame

1
2
3
4
5
class Settings():
    database_name = "____fudge.sql"
    server_app_port = 5001
    server_app_ssl = None #'adhoc'
    server_app_debug = True