# # .env # # A random string used to hash tokens, sign cookies, and generate cryptographic keys. # # You can generate one here: https://generate-secret.vercel.app/32 # NUXT_AUTH_SECRET="your-super-secret-string-of-at-least-32-characters" # # The base URL of your application # AUTH_ORIGIN="http://localhost:3000" # # Keycloak Credentials # # Get these from your Keycloak client configuration # KEYCLOAK_CLIENT_ID="nuxt-app" # KEYCLOAK_CLIENT_SECRET="OaB90t1HEEFBn31PUX4qELWHwErnwFtg" # KEYCLOAK_ISSUER="http://localhost:8080/realms/rssa-app" # .env # A random string used to hash tokens, sign cookies, and generate cryptographic keys. # You can generate one here: https://generate-secret.vercel.app/32 NUXT_AUTH_SECRET="your-super-secret-string-of-at-least-32-characters" # The base URL of your application # AUTH_ORIGIN="http://localhost:3000" # Keycloak Credentials # Get these from your Keycloak client configuration # KEYCLOAK_CLIENT_ID="nuxt-app" # KEYCLOAK_CLIENT_SECRET="OaB90t1HEEFBn31PUX4qELWHwErnwFtg" # KEYCLOAK_ISSUER="http://localhost:8080/realms/rssa-app" KEYCLOAK_CLIENT_ID="akbar-test" KEYCLOAK_CLIENT_SECRET="FDyv3UYMgJOYPnvzXVVv6diRtcgEevKg" KEYCLOAK_ISSUER="https://auth.rssa.top/realms/sandbox" # AUTH_ORIGIN="http://10.10.150.175:3001" AUTH_ORIGIN="http://localhost:3001"