feat: allow running elk with a single server (#1606)
This commit is contained in:
parent
61428cd9cd
commit
53d0812efd
22 changed files with 232 additions and 79 deletions
|
@ -96,6 +96,7 @@ export default defineNuxtConfig({
|
|||
},
|
||||
},
|
||||
appConfig: {
|
||||
singleInstanceServer: process.env.SINGLE_INSTANCE_SERVER === 'true',
|
||||
storage: {
|
||||
driver: process.env.NUXT_STORAGE_DRIVER ?? (isCI ? 'cloudflare' : 'fs'),
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue