Skip to content

Commit

Permalink
fix console api path
Browse files Browse the repository at this point in the history
  • Loading branch information
vitabaks committed Feb 13, 2025
1 parent 3a3e735 commit d4ec0ce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions console/.env.example
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
DOMAIN=
EMAIL=
AUTH_TOKEN=
PG_CONSOLE_API_URL=$DOMAIN/api/v1
PG_CONSOLE_LOGGER_LEVEL=INFO
2 changes: 1 addition & 1 deletion console/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ services:
depends_on:
- autobase-console-api
environment:
- PG_CONSOLE_API_URL=${PG_CONSOLE_API_URL}
- PG_CONSOLE_API_URL=/api/v1
- PG_CONSOLE_AUTHORIZATION_TOKEN=${AUTH_TOKEN}
networks:
- autobase
Expand Down

0 comments on commit d4ec0ce

Please sign in to comment.