Skip to content

Commit

Permalink
env wars update
Browse files Browse the repository at this point in the history
  • Loading branch information
khoroshevskyi committed Jun 5, 2024
1 parent 48b579b commit f2c7a77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions environment/production.env
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ export POSTGRES_USER=`pass databio/bedbase/postgres_user`

export SERVER_ENV=production

export AWS_ACCESS_KEY_ID=`pass databio/bedbase/aws_access_key_id`
export AWS_SECRET_ACCESS_KEY=`pass databio/bedbase/aws_secret_access_key`
export AWS_ENDPOINT_URL=`pass databio/bedbase/aws_endpoint_url`
export AWS_ACCESS_KEY_ID=`pass databio/bedbase/b2_access_key_id`
export AWS_SECRET_ACCESS_KEY=`pass databio/bedbase/b2_secret_access_key`
export AWS_ENDPOINT_URL=`pass databio/bedbase/b2_endpoint_url`

export QDRANT_HOST=`pass databio/bedbase/qdrant_host`
export QDRANT_API_KEY=`pass databio/bedbase/qdrant_api_key`
Expand Down

0 comments on commit f2c7a77

Please sign in to comment.