Skip to content

Commit ac9e7fa

Browse files
committed
fix: zebra token name
1 parent 0ea6d34 commit ac9e7fa

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.env

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
VUE_APP_SELF_HOST=https://web-tech.tw/openchat
22
VUE_APP_OCJI_HOST=https://web-tech.tw/recv/openchat
33

4-
VUE_APP_TURNSTILE_SITE_KEY="0x4AAAAAAAr6LY1hBUbTBkVA"
5-
64
VUE_APP_SARA_INTE_HOST=https://web-tech.tw/sara
75
VUE_APP_SARA_RECV_HOST=https://web-tech.tw/recv/sara
86
VUE_APP_SARA_TOKEN_NAME=unified_token
7+
8+
VUE_APP_TURNSTILE_SITE_KEY="0x4AAAAAAAr6LY1hBUbTBkVA"
9+
10+
VUE_APP_ZEBRA_TOKEN_NAME="zebra"

src/plugins/axios.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ import {
99

1010
const {
1111
VUE_APP_OCJI_HOST: ocjiRecvHost,
12-
VUE_APP_OCJI_ZEBRA_TOKEN_NAME: zebraTokenName,
1312
VUE_APP_SARA_TOKEN_NAME: saraTokenName,
13+
VUE_APP_ZEBRA_TOKEN_NAME: zebraTokenName,
1414
} = process.env;
1515

1616
// Full config: https://github.com/axios/axios#request-config

0 commit comments

Comments
 (0)