Codebase list fudgec2 / 5fb85403-db26-4458-8b2b-072dc2846377/upstream Storage / settings.py
5fb85403-db26-4458-8b2b-072dc2846377/upstream

Tree @5fb85403-db26-4458-8b2b-072dc2846377/upstream (Download .tar.gz)

settings.py @5fb85403-db26-4458-8b2b-072dc2846377/upstreamraw · 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