diff --git a/api/dev/Unraid.net/myservers.cfg b/api/dev/Unraid.net/myservers.cfg index 5493663d3..e76722fdd 100644 --- a/api/dev/Unraid.net/myservers.cfg +++ b/api/dev/Unraid.net/myservers.cfg @@ -9,7 +9,7 @@ wanaccess="yes" wanport="8443" upnpEnabled="no" apikey="_______________________BIG_API_KEY_HERE_________________________" -localApiKey="426b62b4d51e441fa97a93dfa1259920390a6eb61bd8675db0caa18dd0e414e9" +localApiKey="_______________________LOCAL_API_KEY_HERE_________________________" email="test@example.com" username="zspearmint" avatar="https://via.placeholder.com/200" diff --git a/api/src/__test__/store/modules/config.test.ts b/api/src/__test__/store/modules/config.test.ts index a1b4a6085..fbe5c87a1 100644 --- a/api/src/__test__/store/modules/config.test.ts +++ b/api/src/__test__/store/modules/config.test.ts @@ -80,7 +80,7 @@ test('After init returns values from cfg file for all fields', async () => { dynamicRemoteAccessType: 'DISABLED', email: 'test@example.com', idtoken: '', - localApiKey: '426b62b4d51e441fa97a93dfa1259920390a6eb61bd8675db0caa18dd0e414e9', + localApiKey: '_______________________LOCAL_API_KEY_HERE_________________________', refreshtoken: '', regWizTime: '1611175408732_0951-1653-3509-FBA155FA23C0', upnpEnabled: 'no', @@ -133,7 +133,7 @@ test('updateUserConfig merges in changes to current state', async () => { dynamicRemoteAccessType: 'DISABLED', email: 'test@example.com', idtoken: '', - localApiKey: '426b62b4d51e441fa97a93dfa1259920390a6eb61bd8675db0caa18dd0e414e9', + localApiKey: '_______________________LOCAL_API_KEY_HERE_________________________', refreshtoken: '', regWizTime: '1611175408732_0951-1653-3509-FBA155FA23C0', upnpEnabled: 'no',