Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BioBlaze

Datathon Dedalus

ALLOWED_HOSTS = ["*"]

Modules in use, commented modules that you won't use

MODULES = [ 'authentication', 'base', 'booth', 'census', 'mixnet', 'postproc', 'store', 'visualizer', 'voting', ] BASEURL = 'http://localhost:8000'

APIS = { 'authentication': BASEURL, 'base': BASEURL, 'booth': BASEURL, 'census': BASEURL, 'mixnet': BASEURL, 'postproc': BASEURL, 'store': BASEURL, 'visualizer': BASEURL, 'voting': BASEURL, }

DATABASES = { 'default': { 'ENGINE': 'django.db.backends.postgresql', 'NAME': 'decide', 'USER': 'decide', 'PASSWORD': 'decide', 'HOST': 'localhost', 'PORT': '5432', } }

number of bits for the key, all auths should use the same number of bits

KEYBITS = 256

About

Página web

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors