ENVIRONMENT="production" # The URL your site is hosted on. (example: https://myawesomeblog.com) BASE_URL="" # PostgreSQL database url DATABASE_URL="postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@db:5432/${POSTGRES_DATABASE_NAME}" # S3 bucket settings used to store images and videos S3_BUCKET_NAME="" S3_ACCESS_KEY="" S3_SECRET_KEY="" S3_REGION="" S3_ENDPOINT="" # Internal database settings POSTGRES_USER="postgres" POSTGRES_PASSWORD="CHANGE_ME_PLEASE" # Change this password to ANYTHING else, *PLEASE*! POSTGRES_DATABASE_NAME="yab"