Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
GÉANT Service Orchestrator GUI
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GÉANT Orchestration and Automation Team
GAP
GÉANT Service Orchestrator GUI
Commits
67ec910d
Verified
Commit
67ec910d
authored
1 year ago
by
Karel van Klink
Browse files
Options
Downloads
Patches
Plain Diff
add .env.local.example
parent
16d4e87f
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.env.local.example
+21
-0
21 additions, 0 deletions
.env.local.example
with
21 additions
and
0 deletions
.env.local.example
0 → 100644
+
21
−
0
View file @
67ec910d
BACKEND_URL=http://localhost:8080
# You can use the builtin webpack proxy during development which will connect you to BACKEND_URL
REACT_APP_BACKEND_URL=http://127.0.0.1:8080
REACT_APP_CHECK_STATUS_INTERVAL=0
REACT_APP_TRACING_ENABLED=false
REACT_APP_SENTRY_DSN=
REACT_APP_TRACE_SAMPLE_RATE=1
REACT_APP_RELEASE=local
REACT_APP_ENVIRONMENT=local
REACT_APP_TRACING_ORIGINS=*
# Fill in when Enabling OAUTH2
REACT_APP_OAUTH2_ENABLED=False
REACT_APP_OAUTH2_CLIENT_ID=
REACT_APP_OAUTH2_OPENID_CONNECT_URL=
REACT_APP_OAUTH2_SCOPE=
# Needed because some libs misbehave
GENERATE_SOURCEMAP=false
FAST_REFRESH=false
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment