Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Filip Swiatczak <filip.swiatczak@gmail.com>
  • Loading branch information
FilipSwiatczak committed Sep 23, 2021
1 parent 74534f6 commit 4cbd1d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
app:
title: Backstage Example App
baseUrl: http://localhost:7000
baseUrl: http://localhost:3000
googleAnalyticsTrackingId: # UA-000000-0
#datadogRum:
# clientToken: '123456789'
Expand Down Expand Up @@ -32,7 +32,7 @@ backend:
cache:
store: memory
cors:
origin: http://localhost:7000
origin: http://localhost:3000
methods: [GET, POST, PUT, DELETE]
credentials: true
csp:
Expand Down

0 comments on commit 4cbd1d8

Please sign in to comment.