mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-03-12 00:45:28 +00:00
use a random secret key (#3971)
This commit is contained in:
parent
9916813a34
commit
8d51a3c7a8
|
@ -56,7 +56,7 @@ app.config['SQLALCHEMY_DATABASE_URI'] = os.getenv(
|
|||
app.config['SQLALCHEMY_TRACK_MODIFICATIONS'] = False
|
||||
|
||||
|
||||
app.secret_key = "hwhefsewljfejrlesjfl"
|
||||
app.secret_key = os.urandom(12).hex()
|
||||
|
||||
db = SQLAlchemy(app)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user