You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
688 B
Markdown

2 years ago
## Environment Variables Explaination
You need a separate S3 Media bucket !
`POSTGRES_HOST` : Your Postgres DB host
`POSTGRES_USERNAME` : Your Postgres DB username
`POSTGRES_DB` : Your Postgres DB username
`POSTGRES_PASSWORD` : Your Postgres DB username
`PORT` : Currently set to BOTH DB port && application port *Needs fix*
`AWS_REGION` : Your MEDIA bucket AWS region EG.: "eu-west-3"
`AWS_PROFILE` : Set when setting up AWS CLI, by default should be set up to "default"
`AWS_BUCKET` : Your media bucket name EG.: "mediabucket123123"
`URL` : Your backend URL, can be found after creating EB Environment
`JWT_SECRET` : Your JWT token secret, can be set to any value