mirror of https://github.com/MISP/misp-modules
fix: [website] default admin password
parent
4426a51193
commit
664c2f8a90
|
@ -5,7 +5,7 @@ class Config:
|
|||
FLASK_PORT = 7008
|
||||
MISP_MODULE = '127.0.0.1:6666'
|
||||
ADMIN_USER = False
|
||||
ADMIN_PASSWORD = Password1234
|
||||
ADMIN_PASSWORD = "Password1234"
|
||||
|
||||
class DevelopmentConfig(Config):
|
||||
DEBUG = True
|
||||
|
|
Loading…
Reference in New Issue