Skip to content

Commit bd5f7ee

Browse files
committed
Update settings.json.dist to reflect new configuation
1 parent e3e1e02 commit bd5f7ee

1 file changed

Lines changed: 16 additions & 10 deletions

File tree

public/settings.json.dist

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
{
2-
"key": "DEFAULT_NETWORK",
3-
"name": "Default Network",
4-
"networkID": 1,
5-
"fullNodes": [
6-
"http://127.0.0.1:7079"
7-
],
8-
"socketUrl": "",
9-
"activationEmail": "",
10-
"enableDemoMode": true,
11-
"disableSync": false
2+
"defaultLocale": "en-US",
3+
"defaultNetwork": "DEFAULT_NETWORK",
4+
"networks": [
5+
{
6+
"key": "DEFAULT_NETWORK",
7+
"name": "Default Network",
8+
"networkID": 1,
9+
"fullNodes": [
10+
"http://127.0.0.1:7079"
11+
],
12+
"socketUrl": "",
13+
"activationEmail": "",
14+
"enableDemoMode": true,
15+
"disableSync": false
16+
}
17+
]
1218
}

0 commit comments

Comments
 (0)