[FA-misc] Astro migration works, probably want to touchup the frontend but that can be in Phase 4
This commit is contained in:
12
fictionarchive-web-astro/.env.example
Normal file
12
fictionarchive-web-astro/.env.example
Normal file
@@ -0,0 +1,12 @@
|
||||
# GraphQL endpoint
|
||||
PUBLIC_GRAPHQL_URI=https://localhost:7063/graphql/
|
||||
|
||||
# OIDC Configuration
|
||||
PUBLIC_OIDC_AUTHORITY=https://auth.orfl.xyz/application/o/fiction-archive/
|
||||
PUBLIC_OIDC_CLIENT_ID=ldi5IpEidq2WW0Ka1lehVskb2SOBjnYRaZCpEyBh
|
||||
PUBLIC_OIDC_REDIRECT_URI=http://localhost:4321/
|
||||
PUBLIC_OIDC_POST_LOGOUT_REDIRECT_URI=http://localhost:4321/
|
||||
PUBLIC_OIDC_SCOPE=openid profile email
|
||||
|
||||
# Optional: Token for GraphQL codegen (for authenticated schema introspection)
|
||||
# CODEGEN_TOKEN=your_token_here
|
||||
Reference in New Issue
Block a user