This commit is contained in:
Dawid Wysokiński 2022-11-27 09:50:12 +01:00
parent ece1fb6ff5
commit 33afa93bac
Signed by: Kichiyaki
GPG Key ID: B5445E357FB8B892
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import OptionsSync from 'webext-options-sync';
export const optionsStorage = new OptionsSync({
defaults: {
apiUrl: 'http://localhost:9234',
apiUrl: 'https://sessions.tribalwarshelp.com',
apiKey: '',
encryptionPassword: 'password',
},