upgrade: third party public and private addons are now dynamically cloned and extensible with a handy format

This commit is contained in:
yhaelopez
2023-12-19 02:17:56 -07:00
parent f9a6d5c1ab
commit f2be28ff3e
12 changed files with 140 additions and 103 deletions

View File

@@ -22,10 +22,14 @@ USE_S3=false
USE_SENTRY=false
USE_PGADMIN=false
# Enterprise
# GitHub user and access token to clone private repositories
GITHUB_USER=
GITHUB_ACCESS_TOKEN=
# GitHub user and access token to clone Enterprise repository
ENTERPRISE_USER=${GITHUB_USER}
ENTERPRISE_ACCESS_TOKEN=${GITHUB_ACCESS_TOKEN}
# Database
DB_HOST=postgres
DB_PORT=5432