created proxy for parser backend
This commit is contained in:
@@ -0,0 +1 @@
|
||||
/runtimeConfig.json
|
||||
@@ -0,0 +1,11 @@
|
||||
'server'
|
||||
export const defaultConfig = {
|
||||
services: {
|
||||
saveParserBackend: {
|
||||
url: 'http://127.0.0.1:5226',
|
||||
},
|
||||
auth: {},
|
||||
},
|
||||
}
|
||||
|
||||
export type AppConfig = typeof defaultConfig
|
||||
Reference in New Issue
Block a user