setting tampilan belum fix
This commit is contained in:
No files matched your search
@@ -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",
|
||||
})
|
||||
Reference in New Issue
Block a user