admin自动审核

This commit is contained in:
jeremygan2021
2026-02-23 17:15:29 +08:00
parent e59ae5abbe
commit 5095e27391
3 changed files with 54 additions and 3 deletions

View File

@@ -109,7 +109,6 @@ if DB_HOST:
'USER': os.environ.get('DB_USER', 'market'),
'PASSWORD': os.environ.get('DB_PASSWORD', '123market'),
'HOST': DB_HOST,
'PORT': os.environ.get('DB_PORT', '5432'),
}
@@ -123,7 +122,6 @@ if DB_HOST:
# 'PASSWORD': os.environ.get('DB_PASSWORD', '123market'),
# 'HOST': DB_HOST,
# 'PORT': os.environ.get('DB_PORT', '6433'),
# }