'server' // Default app configuration, values can be overrided in runtimeConfig.json export const defaultConfig = { services: { saveParserBackend: { url: 'http://127.0.0.1:5226', }, // TODO: implement auth api auth: {}, }, } export type AppConfig = typeof defaultConfig