HyperMehfin commited on
Commit
c6ca8da
·
verified ·
1 Parent(s): 4a2b663

Update server.py

Browse files
Files changed (1) hide show
  1. server.py +1 -1
server.py CHANGED
@@ -120,7 +120,7 @@ detectOutput = []
120
  app = Flask(__name__, template_folder="templates", static_folder="static")
121
  app.config['UPLOAD_FOLDER'] = UPLOAD_FOLDER
122
  app.config['MAX_CONTENT_LENGTH'] = 500 * 1024 * 1024 # 500MB max file size
123
- app.config['SECRET_KEY'] = 'your-secret-key-here' # Change this to a secure secret key
124
  app.config['SQLALCHEMY_DATABASE_URI'] = 'sqlite:///users.db'
125
  app.config['SQLALCHEMY_TRACK_MODIFICATIONS'] = False
126
 
 
120
  app = Flask(__name__, template_folder="templates", static_folder="static")
121
  app.config['UPLOAD_FOLDER'] = UPLOAD_FOLDER
122
  app.config['MAX_CONTENT_LENGTH'] = 500 * 1024 * 1024 # 500MB max file size
123
+ app.config['SECRET_KEY'] = 'truevision_super_secret_key_123' # Change this to a secure secret key
124
  app.config['SQLALCHEMY_DATABASE_URI'] = 'sqlite:///users.db'
125
  app.config['SQLALCHEMY_TRACK_MODIFICATIONS'] = False
126