Browse Source

update the example

CaIon 2 years ago
parent
commit
989e877200
1 changed files with 3 additions and 3 deletions
  1. 3 3
      .env.example

+ 3 - 3
.env.example

@@ -1,8 +1,8 @@
 # 展示使用明细
-SHOW_DETAIL="false"
+REACT_APP_SHOW_DETAIL="true"
 
 # 展示余额
-SHOW_BALANCE="true"
+REACT_APP_SHOW_BALANCE="true"
 
 # BaseURL 结尾不要带/
-BASE_URL="https://nekoapi.com"
+REACT_APP_BASE_URL="https://nekoapi.com"