8 lines
308 B
Bash
8 lines
308 B
Bash
|
|
# GraphQL Schema Registry API URL (optional - auto-detected based on hostname)
|
||
|
|
# NUXT_PUBLIC_API_BASE=http://localhost:8080
|
||
|
|
|
||
|
|
# Auth0 Configuration
|
||
|
|
NUXT_PUBLIC_AUTH0_DOMAIN=unbound.eu.auth0.com
|
||
|
|
NUXT_PUBLIC_AUTH0_CLIENT_ID=7k3rZ4HRxRTkTCI3ytpF8ji0o531Zq3M
|
||
|
|
NUXT_PUBLIC_AUTH0_AUDIENCE=https://schemas.unbound.se
|