Browse Source

update appsettings example

Karathan 6 years ago
parent
commit
c1b9b57e23
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      AuctionTracker/appsettings.json.example

+ 3
- 0
AuctionTracker/appsettings.json.example View File

2
   "blizzardApiKey": "your_api_key",
2
   "blizzardApiKey": "your_api_key",
3
   "pushoverSecretKey": "your_secret_key",
3
   "pushoverSecretKey": "your_secret_key",
4
   "pushoverUserKey": "your_public_key"
4
   "pushoverUserKey": "your_public_key"
5
+  "locale": "en_GB",
6
+  "character": "your_char_name",
7
+  "realm": "your_realm_name"
5
 }
8
 }