Skip to content

Commit

Permalink
feat(conf): update conf file to reflect change in nut project default…
Browse files Browse the repository at this point in the history
… conf
  • Loading branch information
Ramzus authored May 20, 2021
1 parent 577bd57 commit 8d6e9df
Showing 1 changed file with 34 additions and 8 deletions.
42 changes: 34 additions & 8 deletions conf/nut.conf
Original file line number Diff line number Diff line change
@@ -1,9 +1,35 @@
{
"paths": {
"scan": ["/games"]
},
"server": {
"hostname": "0.0.0.0",
"port": 9000
}
}
"paths": {
"titleBase": "titles/{name}[{id}][v{version}].nsp",
"titleDLC": "titles/DLC/{name}[{id}][v{version}].nsp",
"titleUpdate": "titles/updates/{name}[{id}][v{version}].nsp",
"titleDemo": "titles/demos/{name}[{id}][v{version}].nsp",
"titleDemoUpdate": "titles/demos/updates/{name}[{id}][v{version}].nsp",
"titleDatabase": "titledb",
"titleImages": "titles/images/",
"nspOut": "_NSPOUT",
"duplicates": "titles/duplicates/",
"scan": ["/games"]
},
"titleUrls": [],
"pullUrls": [],
"download": {
"base": true,
"update": true,
"demo": false,
"dlc": true,
"deltas": false,
"sansTitleKey": false,
"threads": 1
},
"server": {
"hostname": "0.0.0.0",
"port": 9000
},
"compression": {
"level": 19,
"auto": 1
},
"region": "US",
"language": "en"
}

0 comments on commit 8d6e9df

Please sign in to comment.