sidebarItem belum fix

This commit is contained in:
2025-05-28 07:23:47 +07:00
parent 692ffdf2f1
commit 453fccf550
14 changed files with 990 additions and 48 deletions

No files matched your search

+34
View File
@@ -26,7 +26,41 @@ export default defineNuxtConfig({
},
modules: [
'@vueform/nuxt',
'@sidebase/nuxt-auth'
],
// auth: {
// isEnabled: true,
// originEnvKey: 'AUTH_ORIGIN',
// baseURL: process.env.AUTH_ORIGIN || "http://localhost:3000",
// provider: {
// type: 'authjs',
// },
// sessionRefresh: {
// enablePeriodically: true,
// enableOnWindowFocus: true,
// },
// // disableServerSideAuth: false,
// // globalAppMiddleware: {
// // isEnabled: true,
// // },
// },
runtimeConfig: {
auth: {
origin: process.env.NUXT_AUTH_ORIGIN || 'http://localhost:3000'
},
public: {
keycloakUrl: 'https://auth.rssa.top',
keycloakRealm: 'sandbox',
keycloakClient: 'coba-pendaftaran',
keycloakSecretKey: '32HslhZ8Hn97SsbxcmowhXvmNZ9cPGNE',
keycloakRedirectURI: 'http://localhost:3000',
SIMRS_API: 'http://10.10.150.131:8084/api' // local Ahdan
// SIMRS_API: 'http://10.10.123.140:8084/api'
},
},
compatibilityDate: "2024-10-23",
})