fix: [website] default admin password

main
David Cruciani 2024-02-29 10:34:53 +01:00
parent 4426a51193
commit 664c2f8a90
No known key found for this signature in database
GPG Key ID: 8690CDE1E3994B9B
1 changed files with 1 additions and 1 deletions

View File

@ -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