add web-bitdeals
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
var appConfig = {
|
||||
defaultLanguage: "$DM_WEB_LANG",
|
||||
|
||||
creditsText: "BitDeals © $YEAR.",
|
||||
creditsShortText: "BitDeals",
|
||||
|
||||
confAuthorize: $DM_WEBAUTH,
|
||||
confAuthorize: $DM_PRIVATEDASH,
|
||||
signIn: "/signin",
|
||||
signUp: "/signup",
|
||||
|
||||
@@ -31,7 +30,7 @@ var appConfig = {
|
||||
"https://matrix.bitdeals.org/#/room/#chan:matrix.bitdeals.org": "Users chat room",
|
||||
},
|
||||
|
||||
confPrivateDash: true,
|
||||
confPrivateDash: $DM_PRIVATEDASH,
|
||||
confDealModule: true,
|
||||
|
||||
confAdmin: true,
|
||||
@@ -43,6 +42,8 @@ var appConfig = {
|
||||
},
|
||||
|
||||
maxFileSize: 512000,
|
||||
|
||||
PRIVACY_MODE: $DM_PRIVACY_MODE,
|
||||
};
|
||||
|
||||
var appMessages = {};
|
||||
Reference in New Issue
Block a user