CTF Platform API basic auth
Addded ctf platform Flask app with basic auth functions register, login, logout Added ctf platform database design (MySQL Workbench) Added forward engineered SQL file Added wsgi startup script Installed various python dependencies README.md Updated .gitignore Updated
This commit is contained in:
5
ctf_platform/config.cfg
Normal file
5
ctf_platform/config.cfg
Normal file
@@ -0,0 +1,5 @@
|
||||
MYSQL_DATABASE_HOST = 'localhost'
|
||||
MYSQL_DATABASE_USER = 'ctf_user'
|
||||
MYSQL_DATABASE_PASS = ''
|
||||
MYSQL_DATABASE_DB = 'ctf_main'
|
||||
DEBUG = True
|
||||
Reference in New Issue
Block a user