Merge pull request #2839 from a6z6/main

This commit is contained in:
Yifei Zhang 2023-09-15 15:17:46 +08:00 committed by GitHub
commit 3e1514239c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ import { getServerSideConfig } from "../../config/server";
const serverConfig = getServerSideConfig(); const serverConfig = getServerSideConfig();
// Danger! Don not write any secret value here! // Danger! Do not hard code any secret value here!
// 警告!不要在这里写入任何敏感信息! // 警告!不要在这里写入任何敏感信息!
const DANGER_CONFIG = { const DANGER_CONFIG = {
needCode: serverConfig.needCode, needCode: serverConfig.needCode,