setting tampilan belum fix

This commit is contained in:
2025-06-03 10:27:59 +07:00
29 changed files with 2635 additions and 83 deletions

No files matched your search

+39
View File
@@ -26,7 +26,46 @@ 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: 'keuangan-davila',
keycloakSecretKey: '32HslhZ8Hn97SsbxcmowhXvmNZ9cPGNE',
keycloakRedirectURI: 'http://localhost:3000',
// keycloakUrl: 'https://auth.rssa.top',
// keycloakRealm: 'sandbox',
// keycloakClient: 'keuangan-firman',
// 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",
})