Skip to content

Commit

Permalink
avniproject/avni-product#1445 | Build with RWB prod vars
Browse files Browse the repository at this point in the history
  • Loading branch information
1t5j0y committed Jan 15, 2024
1 parent 36246e5 commit 7c1543a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client/env-templates/rwb.production.template
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
NEXT_PUBLIC_ETL=https://etl.rwb.avniproject.org/etl
NEXT_PUBLIC_MEDIA_VIEWER=https://etl.rwb.avniproject.org/media-viewer
NEXT_PUBLIC_WEB=https://app.rwb.avniproject.org
11 changes: 11 additions & 0 deletions server/env-templates/rwb.production.template
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
AVNI_MEDIA_AWS_ACCESS_KEY_ID={{AWS_ACCESS_KEY_ID}}
AVNI_MEDIA_AWS_SECRET_ACCESS_KEY={{AWS_SECRET_ACCESS_KEY}}
AVNI_MEDIA_S3_BUCKET_NAME=rwb-prod-user-media
AVNI_MEDIA_S3_ZIP_UPLOAD_BUCKET_NAME=rwb-prod-user-media
AVNI_MEDIA_AWS_REGION=ap-south-1

AVNI_MEDIA_DB_HOST=serverdb.rwb.avniproject.org
AVNI_MEDIA_DB_PORT=5432
AVNI_MEDIA_DB_USERNAME="avni_media"
AVNI_MEDIA_DB_PASSWORD={{DB_PASSWORD}}
AVNI_MEDIA_DB_DATABASE="avni_media"

0 comments on commit 7c1543a

Please sign in to comment.