Skip to content

Commit 5478fa2

Browse files
committed
fix: swap to placeholder key
1 parent ed2dc6c commit 5478fa2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

api/dev/Unraid.net/myservers.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ wanaccess="yes"
99
wanport="8443"
1010
upnpEnabled="no"
1111
apikey="_______________________BIG_API_KEY_HERE_________________________"
12-
localApiKey="426b62b4d51e441fa97a93dfa1259920390a6eb61bd8675db0caa18dd0e414e9"
12+
localApiKey="_______________________LOCAL_API_KEY_HERE_________________________"
1313
1414
username="zspearmint"
1515
avatar="https://via.placeholder.com/200"

api/src/__test__/store/modules/config.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ test('After init returns values from cfg file for all fields', async () => {
8888
dynamicRemoteAccessType: 'DISABLED',
8989
9090
idtoken: '',
91-
localApiKey: '426b62b4d51e441fa97a93dfa1259920390a6eb61bd8675db0caa18dd0e414e9',
91+
localApiKey: '_______________________LOCAL_API_KEY_HERE_________________________',
9292
refreshtoken: '',
9393
regWizTime: '1611175408732_0951-1653-3509-FBA155FA23C0',
9494
upnpEnabled: 'no',
@@ -145,7 +145,7 @@ test('updateUserConfig merges in changes to current state', async () => {
145145
dynamicRemoteAccessType: 'DISABLED',
146146
147147
idtoken: '',
148-
localApiKey: '426b62b4d51e441fa97a93dfa1259920390a6eb61bd8675db0caa18dd0e414e9',
148+
localApiKey: '_______________________LOCAL_API_KEY_HERE_________________________',
149149
refreshtoken: '',
150150
regWizTime: '1611175408732_0951-1653-3509-FBA155FA23C0',
151151
upnpEnabled: 'no',

0 commit comments

Comments
 (0)