48 lines
1003 B
JavaScript
48 lines
1003 B
JavaScript
var appConfig = {
|
|
defaultLanguage: "ru",
|
|
|
|
creditsText: "BitDeals © 2023.",
|
|
creditsShortText: "BitDeals",
|
|
|
|
confAuthorize: true,
|
|
signIn: "/signin",
|
|
signUp: "/signup",
|
|
|
|
apiTokenUrl: "http://95.217.251.153/oauth2/token",
|
|
apiDomain: "http://95.217.251.153",
|
|
wsDomain: "ws://95.217.251.153",
|
|
apiPath: "/api/v1",
|
|
apiClientId: "web-bitdeals.org",
|
|
|
|
dmHost: "http://95.217.251.153:4999",
|
|
dmPath: "/api/v1",
|
|
|
|
publicContentPath: "/content/md",
|
|
publicContentMenu: {
|
|
"menu.about": "/info/about",
|
|
"menu.manual": "/info/manual",
|
|
"menu.faq": "/info/faq",
|
|
"menu.terms": "/info/terms",
|
|
},
|
|
|
|
docLinks: {
|
|
"https://github.com/": "Docs on Github",
|
|
"https://github.com/apostoldevel/": "API Documentation",
|
|
},
|
|
|
|
confPrivateDash: false,
|
|
confDealModule: true,
|
|
|
|
confAdmin: true,
|
|
adminReferences: {
|
|
agent: {},
|
|
version: {},
|
|
server: {},
|
|
system: {},
|
|
},
|
|
|
|
maxFileSize: 512000,
|
|
};
|
|
|
|
var appMessages = {};
|