Skip to content

Commit

Permalink
Address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
fpotier committed Apr 2, 2024
1 parent 9a1bda5 commit c404abe
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion services/backend-next/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The SciCat backend-next is a rewrite of the original backend, built on top of th

## Configuration options

The backend-next service is mainly configured via environment variables.
The backend-next service is mainly configured via environment variables. For an extensive list of available options see [here](https://scicatproject.github.io/documentation/Development/v4.x/backend/configuration.html).

### Functional Accounts

Expand Down
1 change: 0 additions & 1 deletion services/backend-next/config/.env
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ SITE=FACILITY
JWT_SECRET=secret
JWT_NEVER_EXPIRES=true
EXPRESS_SESSION_SECRET=secret
ELASTICSEARCH_ENABLED=false
3 changes: 1 addition & 2 deletions services/backend-next/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ services:
backend-next:
image: ghcr.io/scicatproject/backend-next:v4.4.0
depends_on:
mongodb:
condition: service_started
- mongodb
volumes:
- ./config/functionalAccounts.json:/home/node/app/functionalAccounts.json
env_file:
Expand Down

0 comments on commit c404abe

Please sign in to comment.