From f98b8be0844c13232e191cf2c436b9dfe4d8e1dc Mon Sep 17 00:00:00 2001 From: nsheff Date: Wed, 30 Aug 2023 14:12:26 -0400 Subject: [PATCH] add env file. See #9 --- environment/production.env | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 environment/production.env diff --git a/environment/production.env b/environment/production.env new file mode 100644 index 0000000..d9c5f3b --- /dev/null +++ b/environment/production.env @@ -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