Skip to content

Commit 4776418

Browse files
committed
Added missing CORS variables to two postgres config files
1 parent 9f90283 commit 4776418

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docker-compose.postgres.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ services:
1616
HASHTOPOLIS_ADMIN_USER: $HASHTOPOLIS_ADMIN_USER
1717
HASHTOPOLIS_ADMIN_PASSWORD: $HASHTOPOLIS_ADMIN_PASSWORD
1818
HASHTOPOLIS_APIV2_ENABLE: $HASHTOPOLIS_APIV2_ENABLE
19+
HASHTOPOLIS_FRONTEND_URLS: $HASHTOPOLIS_FRONTEND_URLS
1920
depends_on:
2021
- db
2122
ports:

env.postgres.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ HASHTOPOLIS_DB_HOST=db
88

99
HASHTOPOLIS_APIV2_ENABLE=0
1010
HASHTOPOLIS_BACKEND_URL=http://localhost:8080/api/v2
11+
HASHTOPOLIS_FRONTEND_URLS=http://127.0.0.1:4200,http://localhost:4200,http://127.0.0.1:8080,http://localhost:8080,https://127.0.0.1,https://localhost

0 commit comments

Comments
 (0)