aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/appc/resources/scripts/dgbuilder/customSettings.js
blob: 40a624d44d68b1a3232c30aec29db8f59e79c462 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
module.exports={
    "name": "Release sdnc1.0",
    "emailAddress": "dguser@onap.org",
    "uiPort": 3100,
    "mqttReconnectTime": 15000,
    "serialReconnectTime": 15000,
    "debugMaxLength": 1000,
    "htmlPath": "releases/sdnc1.0/html/",
    "xmlPath": "releases/sdnc1.0/xml/",
    "flowFile": "releases/sdnc1.0/flows/flows.json",
    "sharedDir": "releases/sdnc1.0/flows/shared",
    "userDir": "releases/sdnc1.0",
    "httpAuth": {
        "user": "dguser",
        "pass": "cc03e747a6afbbcbf8be7668acfebee5"
    },
    "dbHost": "appc-dbhost.{{.Values.nsPrefix}}",
    "dbPort": "3306",
    "dbName": "sdnctl",
    "dbUser": "sdnctl",
    "dbPassword": "gamma",
    "gitLocalRepository": "",
    "httpRoot": "/",
    "disableEditor": false,
    "httpAdminRoot": "/",
    "httpAdminAuth": {
        "user": "dguser",
        "pass": "cc03e747a6afbbcbf8be7668acfebee5"
    },
    "httpNodeRoot": "/",
    "httpNodeAuth": {
        "user": "dguser",
        "pass": "cc03e747a6afbbcbf8be7668acfebee5"
    },
    "uiHost": "0.0.0.0",
    "version": "0.9.1",
    "performGitPull": "N"
}