瀏覽代碼

update appsettings example

Karathan 6 年之前
父節點
當前提交
c1b9b57e23
共有 1 個檔案被更改,包括 3 行新增0 行删除
  1. 3
    0
      AuctionTracker/appsettings.json.example

+ 3
- 0
AuctionTracker/appsettings.json.example 查看文件

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
 }