Sfoglia il codice sorgente

update appsettings example

Karathan 6 anni fa
parent
commit
c1b9b57e23
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3
    0
      AuctionTracker/appsettings.json.example

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

@@ -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
 }