Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
PUBLIC_ENVIRONMENT=env
OAUTH2_AUTH_URL=/oauth2/auth
LOCAL_BEAM_SECRET_SPOT=spot_pwd
LOCAL_BEAM_ID=cce-site-name
BROKER_HOST=cce-broker
Expand Down
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ services:
ports:
- "3000:3000"
environment:
# PUBLIC_ENVIRONMENT: ${PUBLIC_ENVIRONMENT}
PUBLIC_ENVIRONMENT: ${PUBLIC_ENVIRONMENT}
PUBLIC_OAUTH2_AUTH_URL: ${OAUTH2_AUTH_URL:-}
PUBLIC_SPOT_URL: http://localhost:8055

spot:
Expand Down
267 changes: 260 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading