Skip to content

Commit

Permalink
add env file. See #9
Browse files Browse the repository at this point in the history
  • Loading branch information
nsheff committed Aug 30, 2023
1 parent 9902a78 commit f98b8be
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions environment/production.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
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 SEQCOLAPI_PORT=5432
export SERVER_ENV=production

0 comments on commit f98b8be

Please sign in to comment.