completionId: cgen-6e1d80e2545f4e4998a976070bea2bc3

cgen-6e1d80e2545f4e4998a976070bea2bc3
This commit is contained in:
Builder.io 2025-11-17 02:24:05 +00:00
parent 5bc03c1a34
commit 3e51e9887c

View file

@ -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