Skip to content

Commit

Permalink
RemovedPersonalDetails
Browse files Browse the repository at this point in the history
  • Loading branch information
Glooomster committed Jul 23, 2022
1 parent a6b59dd commit 69c7ff0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 17 deletions.
16 changes: 4 additions & 12 deletions SplinterTools/Files/AppConfig.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,11 @@
[
{
"accName": "gloomster",
"power": 70000
"accName": "",
"power": 7000
},
{
"accName": "gloomynator",
"power": 70000
},
{
"accName": "gloomoon",
"power": 70000
},
{
"accName": "glooomy",
"power": 70000
"accName": "",
"power": 7000
}
]

8 changes: 4 additions & 4 deletions SplinterTools/Files/SecurityConfig.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[
{
"accountSid": "AC96b2b1a4ca2f53237b2d5b59f9a062bd",
"authToken": "4a1af823e811ec200ee130886c370610",
"from": "+14155238886",
"to": "+353851112285"
"accountSid": "",
"authToken": "",
"from": "",
"to": ""

}
]
2 changes: 1 addition & 1 deletion SplinterTools/SplinterTools.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</EmbeddedResource>
<EmbeddedResource Include="Files\AppConfig.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</EmbeddedResource>
</ItemGroup>

Expand Down

0 comments on commit 69c7ff0

Please sign in to comment.