feat: use memory/fs/kv storage drivers for server details (#34)

This commit is contained in:
Daniel Roe 2022-11-23 23:12:25 +00:00 committed by GitHub
parent 2ece5f5619
commit 521ad7a332
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 111 additions and 74 deletions

View file

@ -33,6 +33,10 @@ export default defineNuxtConfig({
},
},
runtimeConfig: {
registedAppsUrl: process.env.APPS_JSON_URL || 'http://localhost:3000/registered-apps.json',
cloudflare: {
accountId: '',
namespaceId: '',
apiToken: '',
},
},
})