chore: add salt&key in config
This commit is contained in:
@@ -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",
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user