Skip to content

Commit 57fbc4e

Browse files
committed
Add appropriate header
1 parent ea268d4 commit 57fbc4e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker-compose.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ services:
1515
DB_MIN_CONN_SIZE: 1
1616
DB_MAX_CONN_SIZE: 1
1717
USE_API_HYDRATE: ${USE_API_HYDRATE:-false}
18+
CORS_HEADERS: "Content-Type,Authorization"
1819
hostname: stac
1920
ports:
2021
- "8001:8001"
@@ -114,7 +115,7 @@ services:
114115
ports:
115116
- 8080:8080
116117
environment:
117-
SB_catalogUrl: "http://localhost:8001"
118+
SB_catalogUrl: "http://localhost:8000"
118119
SB_authConfig: |
119120
{
120121
"type": "openIdConnect",

0 commit comments

Comments
 (0)