added a lot of auth code
This commit is contained in:
@@ -6,10 +6,13 @@ basedir = os.path.abspath(os.path.dirname(__file__))
|
||||
|
||||
|
||||
class Config():
|
||||
SERVER_NAME = "ubkaps154.ubka.uni-karlsruhe.de:5443"
|
||||
#SERVER_NAME = "ubkaps154.ubka.uni-karlsruhe.de:5443"
|
||||
#SERVER_NAME = "localhost.dev"
|
||||
#SERVER_NAME = "localhost:5443"
|
||||
PREFERRED_URL_SCHEME = 'https'
|
||||
SERVER_NAME = "localhost:5443"
|
||||
#SERVER_NAME = "localhost"
|
||||
#SERVER_NAME = "localhost.localdomain"
|
||||
#PORT = 5443
|
||||
#PREFERRED_URL_SCHEME = 'https'
|
||||
|
||||
TEMPLATE_AUTO_RELOAD = True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user