Skip to content

Commit 68d46c2

Browse files
committed
Add https prefix to browse address
1 parent ae8d39b commit 68d46c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-compose.local.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ services:
1212
environment:
1313
- base_address_http=http://localhost
1414
- base_address_https=https://localhost
15-
- base_browse_address=staging.knowwheregraph.org/browse
15+
- base_browse_address=https://staging.knowwheregraph.org/browse
1616
networks:
1717
- kwg_network

docker-compose.stage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ services:
1212
environment:
1313
- base_address_http=http://staging.knowwheregraph.org
1414
- base_address_https=https://staging.knowwheregraph.org
15-
- base_browse_address=staging.knowwheregraph.org/browse
15+
- base_browse_address=https://staging.knowwheregraph.org/browse
1616
networks:
1717
- kwg_network

0 commit comments

Comments
 (0)