Skip to content

Commit

Permalink
feat: path to credentials on server
Browse files Browse the repository at this point in the history
  • Loading branch information
1grzyb1 committed Feb 1, 2024
1 parent 79eba1e commit 275cebf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions deployment/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ services:
SPRING_DATASOURCE_PASSWORD: "${POSTGRES_PASSWORD:-odyseja}"
SPRING_DATASOURCE_USSERNAME: odyseja
SERVER_PORT: 8082
GOOGLE_APPLICATION_CREDENTIALS: /root/odysejapka/creds.json

frontend:
image: 1grzyb1/odyseja-frontend:latest
Expand Down
1 change: 0 additions & 1 deletion odyseja-ui/src/routes/panel/gad/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
data.problemPunctuationCells[index] = cell;
}
function startGad() {
runGad(data);
}
Expand Down

0 comments on commit 275cebf

Please sign in to comment.