Skip to content

Commit

Permalink
Config.json default
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed Mar 18, 2021
1 parent ebe11c6 commit fe2d661
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
node_modules
build
dist
.vscode
config.json
.vscode
5 changes: 3 additions & 2 deletions config-example.json → config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@
"sharedSecret": "shared secret",
"identitySecret": "identity secret"
},
"info": {
"status": {
"gameId": 730
},
"trading": {
"trashValue": 0.04,
"ownerId": 76561198850668121
"ownerIds": ["steam id 64", "other steam id 64"],
"tradeWith0Profit": true
}
}

0 comments on commit fe2d661

Please sign in to comment.