|
@@ -47,7 +47,7 @@ namespace xc::conf {
|
|
const int allowPortCountPerProfile(10);
|
|
const int allowPortCountPerProfile(10);
|
|
|
|
|
|
const string userPasswordSalt("eDGJ&v,.W0U(66.lVQFsKfWb*bm*M+Lj");
|
|
const string userPasswordSalt("eDGJ&v,.W0U(66.lVQFsKfWb*bm*M+Lj");
|
|
- const string userJWTSecret("r)xB=P-6A4dpqXLk%03=f+*8TlXDM@%r");
|
|
|
|
|
|
+ extern string userJWTSecret;
|
|
const string rootDir = "/etc/frpcwebui";
|
|
const string rootDir = "/etc/frpcwebui";
|
|
const int userTokenExpireSeconds = 60 * 60 * 24;
|
|
const int userTokenExpireSeconds = 60 * 60 * 24;
|
|
const vector<string> supportTypes = { "tcp", "udp" };
|
|
const vector<string> supportTypes = { "tcp", "udp" };
|