refactor: read ADOBE_SCRIPTS_SRC from env

This commit is contained in:
Arvid Norlin
2024-02-21 15:10:14 +01:00
parent a7780c84a1
commit c19f235e5f
3 changed files with 7 additions and 12 deletions

View File

@@ -3,4 +3,5 @@ CMS_API_KEY=""
CMS_ENVIRONMENT="development"
CMS_URL="https://eu-graphql.contentstack.com/stacks/${CMS_API_KEY}?environment=${CMS_ENVIRONMENT}"
CMS_PREVIEW_URL="https://graphql-preview.contentstack.com/stacks/${CMS_API_KEY}?environment=${CMS_ENVIRONMENT}";
CMS_PREVIEW_TOKEN=""
CMS_PREVIEW_TOKEN=""
ADOBE_SCRIPT_SRC=""