add build
This commit is contained in:
47
build/config.js
Normal file
47
build/config.js
Normal file
@@ -0,0 +1,47 @@
|
||||
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 = {};
|
||||
Reference in New Issue
Block a user