Переглянути джерело

update appsettings example

Karathan 6 роки тому
джерело
коміт
c1b9b57e23
1 змінених файлів з 3 додано та 0 видалено
  1. 3
    0
      AuctionTracker/appsettings.json.example

+ 3
- 0
AuctionTracker/appsettings.json.example Переглянути файл

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