chore: stop tracking .env file
This commit is contained in:
parent
4d5154c915
commit
b57cbfc3ae
2 changed files with 3 additions and 11 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -391,3 +391,6 @@ temp/
|
|||
|
||||
# Local development configuration (DO NOT COMMIT)
|
||||
frontend/public/config.local.js
|
||||
|
||||
# Environment variables
|
||||
.env
|
||||
|
|
|
|||
|
|
@ -1,11 +0,0 @@
|
|||
# Removed hardcoded PUBLIC_URL to enable flexible deployment paths
|
||||
# The app now uses runtime configuration from config.json for base path detection
|
||||
|
||||
# Optional: Set this if you want to override the runtime base path detection
|
||||
# REACT_APP_BASE_PATH_OVERRIDE=/your-custom-path
|
||||
|
||||
# Temporarily disable Azure AD authentication for testing
|
||||
REACT_APP_DISABLE_AUTH=true
|
||||
|
||||
# Optional: Explicitly set the MSAL redirect URL (overrides automatic detection)
|
||||
# REACT_APP_MSAL_REDIRECT_URL=https://your-app-url.com/
|
||||
Loading…
Add table
Reference in a new issue