add web-bitdeals
This commit is contained in:
49
docker/dm/config.js
Normal file
49
docker/dm/config.js
Normal file
@@ -0,0 +1,49 @@
|
||||
var appConfig = {
|
||||
defaultLanguage: "$DM_WEB_LANG",
|
||||
|
||||
creditsShortText: "BitDeals",
|
||||
|
||||
confAuthorize: $DM_PRIVATEDASH,
|
||||
signIn: "/signin",
|
||||
signUp: "/signup",
|
||||
|
||||
apiTokenUrl: "https://$BITDEALS_SERVER/oauth2/token",
|
||||
apiDomain: "https://$BITDEALS_SERVER",
|
||||
wsDomain: "wss://$BITDEALS_SERVER",
|
||||
apiPath: "/api/v1",
|
||||
apiClientId: "web-bitdeals.org",
|
||||
|
||||
dmHost: "$DM_FORWEB",
|
||||
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://git.bitdeals.org/private/apostol-dm/src/branch/master/doc/REST-API-ru.md": "API Documentation",
|
||||
"https://git.bitdeals.org/private/apostol-dm/issues": "DM Issues",
|
||||
"https://matrix.bitdeals.org/#/room/#chan:matrix.bitdeals.org": "Users chat room",
|
||||
},
|
||||
|
||||
confPrivateDash: $DM_PRIVATEDASH,
|
||||
confDealModule: true,
|
||||
|
||||
confAdmin: true,
|
||||
adminReferences: {
|
||||
agent: {},
|
||||
version: {},
|
||||
server: {},
|
||||
system: {},
|
||||
},
|
||||
|
||||
maxFileSize: 512000,
|
||||
|
||||
PRIVACY_MODE: $DM_PRIVACY_MODE,
|
||||
};
|
||||
|
||||
var appMessages = {};
|
||||
Reference in New Issue
Block a user