Skip to content

Commit

Permalink
added production env
Browse files Browse the repository at this point in the history
  • Loading branch information
khoroshevskyi committed Oct 2, 2023
1 parent 3878ab4 commit aac750a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions production/production.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
export POSTGRES_DB=`pass databio/bedbase/postgres_db`
export POSTGRES_HOST=`pass databio/bedbase/postgres_host`
export POSTGRES_PASSWORD=`pass databio/bedbase/postgres_password`
export POSTGRES_USER=`pass databio/bedbase/postgres_user`

export QDRANT_API_KEY=`pass databio/bedbase/qdrant_api_key`
export QDRANT_API_HOST=`pass databio/bedbase/qdrant_host`

export SEQCOLAPI_PORT=5432
export SERVER_ENV=production

0 comments on commit aac750a

Please sign in to comment.