mirror of
https://github.com/myronblair/epic-download
synced 2026-06-30 17:51:00 -05:00
auto-commit for 8ed86e4d-a0e9-4c5c-b2b5-313c1bc955e5
This commit is contained in:
+1
-1
@@ -64,7 +64,7 @@ async def startup_db_client():
|
||||
admin_data = {
|
||||
"id": "admin-1",
|
||||
"email": "admin@epictravel.com",
|
||||
"password_hash": hash_password("Joker1974!!!"),
|
||||
"password_hash": hash_password(os.environ['ADMIN_DEFAULT_PASSWORD']),
|
||||
"created_at": datetime.utcnow()
|
||||
}
|
||||
await db.admin_users.insert_one(admin_data)
|
||||
|
||||
Reference in New Issue
Block a user