18 lines
564 B
Plaintext
18 lines
564 B
Plaintext
#===============================================
|
|
# Development Environment
|
|
#===============================================
|
|
|
|
BACKEND_PORT=8080
|
|
FRONTEND_PORT=3000
|
|
BASE_URL=http://localhost:3000
|
|
BACKEND_URL=http://localhost:8080/service
|
|
|
|
# Logto Authentication Configuration
|
|
LOGTO_ENDPOINT=https://auth.muchen.fan
|
|
LOGTO_APP_ID=nm3btt4j9v26rtt82t64e
|
|
LOGTO_APP_SECRET=2no3Gml080KbIGqAihfc0G8uRtk0DVQv
|
|
LOGTO_REDIRECT_URI=http://localhost:8080/service/auth/callback
|
|
LOGTO_POST_SIGN_OUT_REDIRECT_URI=http://localhost:3000
|
|
COOKIE_SECRET=2QEzOcjnHej7wLMlbh57Hkhnzaqcddx8
|
|
|