feat: Extend docker local setups, remove request URL from API composables

This commit is contained in:
2025-12-23 19:20:14 +01:00
parent 46d6431747
commit 805c66bc4f
11 changed files with 71 additions and 30 deletions

View File

@@ -15,6 +15,7 @@ export default defineNuxtConfig({
clientSecret: 'NOT_SET',
realm: 'NOT_SET',
serverUrl: 'NOT_SET',
serverUrlInternal: 'NOT_SET',
redirectURL: 'NOT_SET',
scope: ['openid', 'organization']
}