mirror of
https://github.com/wukko/cobalt.git
synced 2025-06-12 13:17:45 +02:00
web/settings/v4: add api key settings, remove override settings
This commit is contained in:
@ -2,7 +2,7 @@ import { defaultLocale } from "$lib/i18n/translations";
|
||||
import type { CobaltSettings } from "$lib/types/settings";
|
||||
|
||||
const defaultSettings: CobaltSettings = {
|
||||
schemaVersion: 3,
|
||||
schemaVersion: 4,
|
||||
advanced: {
|
||||
debug: false,
|
||||
},
|
||||
@ -33,10 +33,10 @@ const defaultSettings: CobaltSettings = {
|
||||
disableAnalytics: false,
|
||||
},
|
||||
processing: {
|
||||
allowDefaultOverride: false,
|
||||
customInstanceURL: "",
|
||||
customApiKey: "",
|
||||
enableCustomInstances: false,
|
||||
seenOverrideWarning: false,
|
||||
enableCustomApiKey: false,
|
||||
seenCustomWarning: false,
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user