chore: add salt&key in config

This commit is contained in:
CrescentLeaf
2025-09-08 03:10:57 +08:00
parent a3fc61494e
commit 3617292409

View File

@@ -8,6 +8,8 @@ const prefix = isCompilingClient ? '.' : ''
const default_data_path = "./thewhitesilk_data" const default_data_path = "./thewhitesilk_data"
let config = { let config = {
data_path: default_data_path, data_path: default_data_path,
salt: "TWS_Demo",
aes_key: "01234567890123456",
server: { server: {
use: "http", use: "http",
/** /**