completionId: cgen-6e1d80e2545f4e4998a976070bea2bc3
cgen-6e1d80e2545f4e4998a976070bea2bc3
This commit is contained in:
parent
5bc03c1a34
commit
3e51e9887c
1 changed files with 8 additions and 8 deletions
|
|
@ -1,14 +1,14 @@
|
||||||
# Foundation OAuth Configuration
|
# Foundation OAuth Configuration
|
||||||
# These variables are needed for Phase 3: Switchover
|
# Phase 3: Switchover - aethex.dev as Foundation OAuth Client
|
||||||
|
|
||||||
# URL of the Foundation identity provider (aethex.foundation)
|
# Foundation identity provider URL
|
||||||
VITE_FOUNDATION_URL=https://aethex.foundation
|
VITE_FOUNDATION_URL=https://aethex.foundation
|
||||||
|
|
||||||
# OAuth client secret issued by Foundation for aethex-corp
|
# OAuth Client Credentials (provided by Foundation)
|
||||||
# This will be generated during Foundation setup (Phase 1)
|
# These identify aethex-corp as the OAuth client
|
||||||
# Request this from the Foundation admin after Phase 1 is complete
|
FOUNDATION_OAUTH_CLIENT_ID=aethex_corp
|
||||||
FOUNDATION_OAUTH_CLIENT_SECRET=your-foundation-oauth-client-secret-here
|
FOUNDATION_OAUTH_CLIENT_SECRET=bcoEtyQVGr6Z4557658eUXpDF5FDni2TGNahH3HT-FtylNrLCYwydwLO0sbKVHtfYUnZc4flAODa4BXkzxD_qg
|
||||||
|
|
||||||
# Optional: For development/testing, use localhost
|
# Development/Testing (optional overrides)
|
||||||
# VITE_FOUNDATION_URL=http://localhost:3001
|
# VITE_FOUNDATION_URL=http://localhost:3001
|
||||||
# FOUNDATION_OAUTH_CLIENT_SECRET=dev-secret
|
# FOUNDATION_OAUTH_CLIENT_SECRET=dev-secret-here
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue